diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2011-10-02 19:38:03 -0700 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2011-10-02 19:38:03 -0700 |
commit | 6da9015faa2147b2c8466db55005675a570f9b38 (patch) | |
tree | 6d759bdf006b861106b2bcc26612169593ce71f5 /engine/lib/annotations.php | |
parent | f423684b5303b4196c8c728eb06cbd6eb9aad8b1 (diff) | |
download | elgg-6da9015faa2147b2c8466db55005675a570f9b38.tar.gz elgg-6da9015faa2147b2c8466db55005675a570f9b38.tar.bz2 |
Merged docs update for getters from 1.7.
Diffstat (limited to 'engine/lib/annotations.php')
-rw-r--r-- | engine/lib/annotations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/annotations.php b/engine/lib/annotations.php index 9ab5a1b39..14893aee6 100644 --- a/engine/lib/annotations.php +++ b/engine/lib/annotations.php @@ -319,7 +319,7 @@ function elgg_list_annotations($options) { * * annotation_ids => NULL|ARR Annotation IDs * - * @return mixed int if count is true, an array of entity objects, or false on failure + * @return mixed if count, int. if not count, array or false if no entities. false also on errors. * @since 1.7.0 */ function elgg_get_entities_from_annotations(array $options = array()) { |