From 75187715f6d7a04bbda4858d6a17138001da4807 Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 21 Nov 2010 13:00:08 +0000 Subject: deprecated two site functions and removed a use of previously deprecated function in the wire plugin git-svn-id: http://code.elgg.org/elgg/trunk@7396 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/views.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'engine/lib/views.php') diff --git a/engine/lib/views.php b/engine/lib/views.php index f20eabfbf..0c9e83bab 100644 --- a/engine/lib/views.php +++ b/engine/lib/views.php @@ -786,13 +786,11 @@ function elgg_view_annotation(ElggAnnotation $annotation, $bypass = true, $debug * Returns a rendered list of entities with pagination. This function should be * called by wrapper functions. * - * @see list_entities() - * @see list_user_objects() + * @see elgg_list_entities() * @see list_user_friends_objects() - * @see list_entities_from_metadata() - * @see list_entities_from_metadata_multi() - * @see list_entities_from_relationships() - * @see list_site_members() + * @see elgg_list_entities_from_metadata() + * @see elgg_list_entities_from_relationships() + * @see elgg_list_entities_from_annotations() * * @param array $entities List of entities * @param int $count The total number of entities across all pages -- cgit v1.2.3