From: brettp Date: Tue, 25 May 2010 20:33:39 +0000 (+0000) Subject: Fixed documentation for output/url view. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8874499823ea63e82614069e787f68beea5a22f4;p=lorea%2Felgg.git Fixed documentation for output/url view. git-svn-id: http://code.elgg.org/elgg/trunk@6216 36083f99-b078-4883-b0ff-0f9b5a30f544 --- diff --git a/views/default/output/url.php b/views/default/output/url.php index 289fdc5cc..76bfdc1ef 100644 --- a/views/default/output/url.php +++ b/views/default/output/url.php @@ -8,7 +8,7 @@ * @author Curverider Ltd * @link http://elgg.org/ * - * @uses string $vars['href'] The string to display in the tags + * @uses string $vars['href'] The URL. * @uses string $vars['text'] The string between the tags. * @uses string $vars['target'] Set the target="" attribute. * @uses bool $vars['encode_text'] Run $vars['text'] through htmlentities()?