In taxonomy_term_page (http://api.drupal.org/api/drupal/modules--taxonomy--taxonomy.pages.inc/f...) the pager is built with:
'#markup' => theme('pager'),
instead of:
'#theme' => 'pager',
I'm pretty sure that's a bug.

CommentFileSizeAuthor
#2 978326-taxomony.patch609 bytesmarcingy
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tstoeckler’s picture

Issue tags: +Novice

Tagging "Novice".

marcingy’s picture

Status: Active » Needs review
FileSize
609 bytes

Lets get this fixed.

tstoeckler’s picture

Status: Needs review » Reviewed & tested by the community

Sure thing.
Tested manually and the pager still appears as usual.

Dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD. Thanks.

Status: Fixed » Closed (fixed)
Issue tags: -Novice

Automatically closed -- issue fixed for 2 weeks with no activity.