aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/annotations.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2012-01-08 19:33:21 -0500
committerCash Costello <cash.costello@gmail.com>2012-01-08 19:33:21 -0500
commitc4b49227819624b14b61e6eedbfa6779cd794d45 (patch)
treeb198cff1151656ab4d8c4ef649e7b8e1bc5e5469 /engine/lib/annotations.php
parentb2bcd510b040b6d065a3a6ad5a4ea36e43db0446 (diff)
downloadelgg-c4b49227819624b14b61e6eedbfa6779cd794d45.tar.gz
elgg-c4b49227819624b14b61e6eedbfa6779cd794d45.tar.bz2
most of the comments in the engine now past the sniffer
Diffstat (limited to 'engine/lib/annotations.php')
-rw-r--r--engine/lib/annotations.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/annotations.php b/engine/lib/annotations.php
index bb7d836cc..30ef7f17b 100644
--- a/engine/lib/annotations.php
+++ b/engine/lib/annotations.php
@@ -549,8 +549,8 @@ function elgg_comment_url_handler(ElggAnnotation $comment) {
/**
* Register an annotation url handler.
*
- * @param string $function_name The function.
* @param string $extender_name The name, default 'all'.
+ * @param string $function_name The function.
*
* @return string
*/