[wp-trac] [WordPress Trac] #6387: Duplicate post Tags UI for other
taxonomies
WordPress Trac
wp-trac at lists.automattic.com
Wed Mar 26 05:29:33 GMT 2008
#6387: Duplicate post Tags UI for other taxonomies
-------------------------+--------------------------------------------------
Reporter: tellyworth | Owner: anonymous
Type: enhancement | Status: new
Priority: normal | Milestone: 2.5
Component: General | Version:
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
This duplicates the Tags postbox UI (with the Add button and X to remove)
for all non-hierarchical post taxonomies.
No doubt js experts will find it crude in spots but it works. I've left
in two register_taxonomy() calls that I used for testing, lines 209 and
210 of edit-form-advanced.php. They're useful for testing this patch but
should obviously be removed for production.
There's no real code for fetching or saving taxonomies other than
post_tag. That should probably be included but requires some careful
fitting with get_tags_to_edit() and friends so I've left it out for now.
I added a quick filter as a crude fetch hook but it should probably be
replaced with something more solid.
--
Ticket URL: <http://trac.wordpress.org/ticket/6387>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list