]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Refs #2450: Changed the subpackage and fixed a typo.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 22 Sep 2010 14:54:49 +0000 (14:54 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 22 Sep 2010 14:54:49 +0000 (14:54 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@6953 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/lib/entities.php

index e8500f5eb9d9f29e7f717630aa1b4eb083212c62..ccd54a3123b73b49a4099890364d8f594fcfa044 100644 (file)
@@ -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.
  *