From: brettp Date: Wed, 22 Sep 2010 14:54:49 +0000 (+0000) Subject: Refs #2450: Changed the subpackage and fixed a typo. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=31a77e037aec67e1bbc184133e972a45da68e8b0;p=lorea%2Felgg.git Refs #2450: Changed the subpackage and fixed a typo. git-svn-id: http://code.elgg.org/elgg/trunk@6953 36083f99-b078-4883-b0ff-0f9b5a30f544 --- 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. *