diff --git a/includes/pager.inc b/includes/pager.inc index 58891986e3d6..c5f10ffd3ba6 100644 --- a/includes/pager.inc +++ b/includes/pager.inc @@ -95,24 +95,24 @@ function pager_query($query, $limit = 10, $element = 0, $count_query = NULL) { * The number of query results to display per page. * @param $element * An optional integer to distinguish between multiple pagers on one page. - * @param $attributes + * @param $parameters * An associative array of query string parameters to append to the pager links. * @return * An HTML string that generates the query pager. * * @ingroup themeable */ -function theme_pager($tags = array(), $limit = 10, $element = 0, $attributes = array()) { +function theme_pager($tags = array(), $limit = 10, $element = 0, $parameters = array()) { global $pager_total; $output = ''; if ($pager_total[$element] > 1) { - $output .= '