]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixed documentation for output/url view.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 25 May 2010 20:33:39 +0000 (20:33 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 25 May 2010 20:33:39 +0000 (20:33 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@6216 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/output/url.php

index 289fdc5ccd794d80c9c22de9385126cc1c0b2697..76bfdc1ef5594b2f40cacf8041f7ceaad2f88c51 100644 (file)
@@ -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()?