From: Cash Costello Date: Fri, 6 Jul 2012 00:49:20 +0000 (-0400) Subject: added to comment to help people understand that limit does not limit what is shown X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2630a9e4df3908cd938e31084b61a9225dc054a1;p=lorea%2Felgg.git added to comment to help people understand that limit does not limit what is shown --- 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)