add alt_pager to mod_moderate, remove legacy $a parameter from all occurrences of alt_pager

This commit is contained in:
zotlabs
2018-04-17 23:36:35 -07:00
parent fc7d9c235c
commit c53f788cc8
9 changed files with 14 additions and 10 deletions

View File

@@ -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');