aboutsummaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-09-22 14:54:49 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-09-22 14:54:49 +0000
commit31a77e037aec67e1bbc184133e972a45da68e8b0 (patch)
tree0e4b6bfb8d6de56caa4823787b39e428360452a3 /engine
parent45c14238add012729c01f3196076e33965e365a9 (diff)
downloadelgg-31a77e037aec67e1bbc184133e972a45da68e8b0.tar.gz
elgg-31a77e037aec67e1bbc184133e972a45da68e8b0.tar.bz2
Refs #2450: Changed the subpackage and fixed a typo.
git-svn-id: http://code.elgg.org/elgg/trunk@6953 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine')
-rw-r--r--engine/lib/entities.php5
1 files 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.
*