diff options
Diffstat (limited to 'engine')
-rw-r--r-- | engine/lib/annotations.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engine/lib/annotations.php b/engine/lib/annotations.php index a0665f744..f069e1d05 100644 --- a/engine/lib/annotations.php +++ b/engine/lib/annotations.php @@ -1285,7 +1285,8 @@ function get_annotation_url($id) { * @param string $annotation_type Type of annotation * @param int $owner_guid Defaults to logged in user. * - * @return true | false + * @return bool + * @since 1.8.0 */ function elgg_annotation_exists($entity_guid, $annotation_type, $owner_guid = NULL) { global $CONFIG; |