Skip to content
Snippets Groups Projects
Commit 9bcd1a2d authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #978326 by marcingy: taxonomy_term_page() uses pre-render-array theming.

parent 8f520115
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -45,7 +45,7 @@ function taxonomy_term_page($term) {
$nodes = node_load_multiple($nids);
$build += node_view_multiple($nodes);
$build['pager'] = array(
'#markup' => theme('pager'),
'#theme' => 'pager',
'#weight' => 5,
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment