aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2012-07-05 20:49:20 -0400
committerCash Costello <cash.costello@gmail.com>2012-07-05 20:49:20 -0400
commit2630a9e4df3908cd938e31084b61a9225dc054a1 (patch)
tree7671ef2234f2d841351870a00f72c45375613f14 /views
parent66e5946c98c1e441e7ffaf3e2326fc0708b14f2d (diff)
downloadelgg-2630a9e4df3908cd938e31084b61a9225dc054a1.tar.gz
elgg-2630a9e4df3908cd938e31084b61a9225dc054a1.tar.bz2
added to comment to help people understand that limit does not limit what is shown
Diffstat (limited to 'views')
-rw-r--r--views/default/page/components/list.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/page/components/list.php b/views/default/page/components/list.php
index 28c907ab6..0cf7d507c 100644
--- a/views/default/page/components/list.php
+++ b/views/default/page/components/list.php
@@ -6,7 +6,7 @@
*
* @uses $vars['items'] Array of ElggEntity or ElggAnnotation objects
* @uses $vars['offset'] Index of the first list item in complete list
- * @uses $vars['limit'] Number of items per page
+ * @uses $vars['limit'] Number of items per page. Only used as input to pagination.
* @uses $vars['count'] Number of items in the complete list
* @uses $vars['base_url'] Base URL of list (optional)
* @uses $vars['pagination'] Show pagination? (default: true)