[wp-trac] [WordPress Trac] #14020: Custom Taxonomy Form does not Show in Add/Edit Link page for Links
WordPress Trac
wp-trac at lists.automattic.com
Mon Jun 21 05:32:06 UTC 2010
#14020: Custom Taxonomy Form does not Show in Add/Edit Link page for Links
--------------------------+-------------------------------------------------
Reporter: bennebw | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Unassigned
Component: General | Version: 3.0
Severity: normal | Keywords: custom taxonomy
--------------------------+-------------------------------------------------
When a custom taxonomy is registered for Links, the Taxonomy form is not
displayed in the Add or Edit Link page. When changing the 'object' type
to 'post' in the register_taxonomy code, it does display properly in the
add/edit post page.
Here is the code that was used to register the taxonomy:
{{{
register_taxonomy( 'linkonomy', 'link', array('hierarchical' => false,
'label' => __('Link Tags'), 'query_var' => false, 'rewrite' => false) ) ;
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/14020>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list