Closed (fixed)
Project:
Taxonomy display
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2012 at 20:02 UTC
Updated:
29 Oct 2012 at 18:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
codycraven commentedInteresting... I apparently didn't notice that about taxonomy_term_page().
In taxonomy_display_menu_alter() the title callback is set to: taxonomy_display_taxonomy_term_title which does:
Which I thought would be sufficient... I'm a little bit torn about this, but I guess what taxonomy_term_page() is doing is the expected functionality.
Commit to follow.
Comment #2
codycraven commentedCommit pushed to Drupal.org git repo.