From 5b02eb29cb5b1e6efb27a9b8cb865bc86ef2eeea Mon Sep 17 00:00:00 2001 From: cash Date: Tue, 1 Nov 2011 21:17:21 -0400 Subject: standardized the elgg_get_entities* function @return documentation --- engine/lib/entities.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib/entities.php') diff --git a/engine/lib/entities.php b/engine/lib/entities.php index fcd4544bf..8b3431c8a 100644 --- a/engine/lib/entities.php +++ b/engine/lib/entities.php @@ -774,7 +774,7 @@ function elgg_entity_exists($guid) { * * callback => string A callback function to pass each row through * - * @return mixed if count, int. if not count, array or false if no entities. false also on errors. + * @return mixed If count, int. If not count, array. false on errors. * @since 1.7.0 * @see elgg_get_entities_from_metadata() * @see elgg_get_entities_from_relationship() -- cgit v1.2.3