Closed (fixed)
Project:
Taxonomy Access Control
Version:
5.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Sep 2007 at 06:33 UTC
Updated:
27 Feb 2010 at 22:25 UTC
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
Comment #1
xjmNo longer applicable, this was removed in the 2.x branch.