Is there a specific reason why in taxonomy_access_admin.inc, function theme__taxonomy_access_permissions_form(), uses

theme_fieldset(...

rather than

theme('fieldset', ...

?

This causes problems with my theme which overrides the theme_fieldset function to alter the HTML output. I have made the change and it seems to work ok, but wanted to check that it won't cause other problems.

Comments

xjm’s picture

Status: Active » Closed (fixed)

No longer applicable, this was removed in the 2.x branch.