add alt_pager to mod_moderate, remove legacy $a parameter from all occurrences of alt_pager
This commit is contained in:
@@ -531,7 +531,7 @@ function paginate(&$a) {
|
||||
}
|
||||
|
||||
|
||||
function alt_pager(&$a, $i, $more = '', $less = '') {
|
||||
function alt_pager($i, $more = '', $less = '') {
|
||||
|
||||
if(! $more)
|
||||
$more = t('older');
|
||||
|
Reference in New Issue
Block a user