diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/default/output/url.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 <a></a> tags + * @uses string $vars['href'] The URL. * @uses string $vars['text'] The string between the <a></a> tags. * @uses string $vars['target'] Set the target="" attribute. * @uses bool $vars['encode_text'] Run $vars['text'] through htmlentities()? |