aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/annotations.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-29 18:15:48 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-29 18:15:48 +0000
commit298114995174acf451cc1477fdeec34a42ef608b (patch)
tree332d3289e610278a5e4c5031cf10fdbd3bd2b322 /engine/lib/annotations.php
parent0c0369e71e07e3854cc77625ccaee4642af4cecb (diff)
downloadelgg-298114995174acf451cc1477fdeec34a42ef608b.tar.gz
elgg-298114995174acf451cc1477fdeec34a42ef608b.tar.bz2
updated documentation on new elgg_annotation_exists() function
git-svn-id: http://code.elgg.org/elgg/trunk@7747 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/annotations.php')
-rw-r--r--engine/lib/annotations.php3
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;