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
Comment #1
profix898 commentedSeems 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.
Comment #2
(not verified) commented