summaryrefslogtreecommitdiff
path: root/modules/taxonomy
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-11-23 02:56:10 +0000
committerDries Buytaert <dries@buytaert.net>2010-11-23 02:56:10 +0000
commit9bcd1a2d5fc25543627215329c663b97416b8372 (patch)
treeb7f0e4064b68a8135ae10b3f4f65ce144a94ba75 /modules/taxonomy
parent8f5201153dff2f4620a6f2392943f894676ed81b (diff)
downloadbrdo-9bcd1a2d5fc25543627215329c663b97416b8372.tar.gz
brdo-9bcd1a2d5fc25543627215329c663b97416b8372.tar.bz2
- Patch #978326 by marcingy: taxonomy_term_page() uses pre-render-array theming.
Diffstat (limited to 'modules/taxonomy')
-rw-r--r--modules/taxonomy/taxonomy.pages.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/taxonomy/taxonomy.pages.inc b/modules/taxonomy/taxonomy.pages.inc
index 4f9ad5696..baa9776df 100644
--- a/modules/taxonomy/taxonomy.pages.inc
+++ b/modules/taxonomy/taxonomy.pages.inc
@@ -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,
);
}