aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/annotations.php
diff options
context:
space:
mode:
authorBrett Profitt <brett.profitt@gmail.com>2011-10-13 22:43:11 -0700
committerBrett Profitt <brett.profitt@gmail.com>2011-10-13 22:43:11 -0700
commit2b6380b5c70f6b4be6976ac735b3175621dfad30 (patch)
treef9f94c4929641370ceb42fddeca4b634a22fd45f /engine/lib/annotations.php
parent96604b6836edc0ee2f9bfc58fdbaedf19a6f099c (diff)
downloadelgg-2b6380b5c70f6b4be6976ac735b3175621dfad30.tar.gz
elgg-2b6380b5c70f6b4be6976ac735b3175621dfad30.tar.bz2
Fixes #3901. Corrected typo for maxtime sorting.
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 c227c5516..66c6454c3 100644
--- a/engine/lib/annotations.php
+++ b/engine/lib/annotations.php
@@ -289,7 +289,7 @@ function elgg_list_annotations($options) {
* Returns entities based upon annotations. Also accepts all options available
* to elgg_get_entities() and elgg_get_entities_from_metadata().
*
- * Entity creation time is selected as max_time. To sort based upon
+ * Entity creation time is selected as maxtime. To sort based upon
* this, pass 'order_by' => 'maxtime asc' || 'maxtime desc'
*
* @see elgg_get_entities