From 31a77e037aec67e1bbc184133e972a45da68e8b0 Mon Sep 17 00:00:00 2001 From: brettp Date: Wed, 22 Sep 2010 14:54:49 +0000 Subject: Refs #2450: Changed the subpackage and fixed a typo. git-svn-id: http://code.elgg.org/elgg/trunk@6953 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/entities.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/engine/lib/entities.php b/engine/lib/entities.php index e8500f5eb..ccd54a312 100644 --- a/engine/lib/entities.php +++ b/engine/lib/entities.php @@ -3,7 +3,7 @@ * Procedural code for creating, loading, and modifying ElggEntity objects. * * @package Elgg.Core - * @subpackage DataModel + * @subpackage DataModel.Entities * @link http://docs.elgg.org/DataModel/Entities */ @@ -1917,8 +1917,7 @@ function can_edit_entity_metadata($entity_guid, $user_guid = 0, $metadata = null /** * Return the icon URL for an entity. * - * @tip Can be overridden by registering a plugin hook for entity:icon:url OR - * with {@link register_ + * @tip Can be overridden by registering a plugin hook for entity:icon:url, $entity_type. * * @internal This is passed an entity rather than a guid to handle non-created entities. * -- cgit v1.2.3