aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/default/entities/entity_listing.php2
-rw-r--r--views/default/entities/gallery_listing.php5
2 files changed, 5 insertions, 2 deletions
diff --git a/views/default/entities/entity_listing.php b/views/default/entities/entity_listing.php
index c20251e52..ffae92fd9 100644
--- a/views/default/entities/entity_listing.php
+++ b/views/default/entities/entity_listing.php
@@ -1,6 +1,6 @@
<?php
/**
- * Generic display for a single entity.
+ * Generic display for a single entity in list view.
*
* @package Elgg
* @subpackage Core
diff --git a/views/default/entities/gallery_listing.php b/views/default/entities/gallery_listing.php
index 505a91f08..55f11a2cd 100644
--- a/views/default/entities/gallery_listing.php
+++ b/views/default/entities/gallery_listing.php
@@ -1,11 +1,14 @@
<?php
/**
- * Elgg entity listing: gallery view
+ * Generic display for a single entity in gallery view.
*
* @package Elgg
* @subpackage Core
* @author Curverider Ltd
* @link http://elgg.org/
+ *
+ * @uses string $vars['icon'] Full icon HTML to display.
+ * @uses string $vars['info'] Info about the entity.
*/
?>