From: Brett Profitt Date: Fri, 14 Oct 2011 05:43:11 +0000 (-0700) Subject: Fixes #3901. Corrected typo for maxtime sorting. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2b6380b5c70f6b4be6976ac735b3175621dfad30;p=lorea%2Felgg.git Fixes #3901. Corrected typo for maxtime sorting. --- 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