[wp-trac] [WordPress Trac] #13414: Custom Taxonomies are not shown for media in the admin menu (was: Custom Taxonomies only appear in menu is attached to 'post')
WordPress Trac
wp-trac at lists.automattic.com
Mon May 31 11:27:37 UTC 2010
#13414: Custom Taxonomies are not shown for media in the admin menu
----------------------------+-----------------------------------------------
Reporter: thee17 | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Future Release
Component: Administration | Version: 3.0
Severity: normal | Keywords:
----------------------------+-----------------------------------------------
Changes (by dd32):
* type: defect (bug) => enhancement
* milestone: 3.0 => Future Release
Comment:
Since this code is not in core (yet), i'm changing the title and moving to
future. Posts/Pages/Custom post types support taxonomies.
With the provided code, this works:
{{{
register_taxonomy('foobar', array('post', 'attachment:image'),
array('label' => 'FooBars', 'show_ui' => true) );
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/13414#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list