template_preprocess_pager use two global: $pager_page_array and $pager_total.
Can we remove those global? I was making a theme for D8 and having to manipulate global variable on a processors was feeling kind of strange.
template_preprocess_pager use two global: $pager_page_array and $pager_total.
Can we remove those global? I was making a theme for D8 and having to manipulate global variable on a processors was feeling kind of strange.