Per this issue http://drupal.org/node/19590 it seems the call should be to menu instead of init. This seems to work in my testing and puts all theme modifiers on the same level.

i.e. renaming
function taxonomy_theme_init()

to

function taxonomy_theme_menu()

Comments

profix898’s picture

Status: Active » Fixed

Seems like you are right ;) I tested this on 4.6 and 4.7 and it works perfectly
with both installations. So I committed the updated code to cvs and it will be
available very soon (in 4.6, 4.7 and HEAD). Thank you.

Anonymous’s picture

Status: Fixed » Closed (fixed)