]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
added to comment to help people understand that limit does not limit what is shown
authorCash Costello <cash.costello@gmail.com>
Fri, 6 Jul 2012 00:49:20 +0000 (20:49 -0400)
committerCash Costello <cash.costello@gmail.com>
Fri, 6 Jul 2012 00:49:20 +0000 (20:49 -0400)
views/default/page/components/list.php

index 28c907ab6cf0eef8f3c09c4e0b51d58992a578f2..0cf7d507caf97540cbcb9c68372702a61ac4f555 100644 (file)
@@ -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)