]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #3901. Corrected typo for maxtime sorting.
authorBrett Profitt <brett.profitt@gmail.com>
Fri, 14 Oct 2011 05:43:11 +0000 (22:43 -0700)
committerBrett Profitt <brett.profitt@gmail.com>
Fri, 14 Oct 2011 05:43:11 +0000 (22:43 -0700)
engine/lib/annotations.php

index c227c5516c5b9d3c902886d13074c444eccb47a0..66c6454c34c20b61223bf2bb00f03c0a00b8247d 100644 (file)
@@ -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