diff options
Diffstat (limited to 'engine/lib/annotations.php')
| -rw-r--r-- | engine/lib/annotations.php | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/lib/annotations.php b/engine/lib/annotations.php index 1b3567050..58e83f21e 100644 --- a/engine/lib/annotations.php +++ b/engine/lib/annotations.php @@ -674,6 +674,8 @@ function elgg_list_entities_from_annotation_calculation($options) {   * @param boolean $pagination     Display pagination   * @param string  $orderdir       'desc' or 'asc'   * + * @deprecate 1.8 Use elgg_list_entities_from_annotation_calculation(). + *   * @return string Formatted entity list   */  function list_entities_from_annotation_count_by_metadata($entity_type = "", $entity_subtype = "",  | 
