[wp-trac] [WordPress Trac] #10122: create metaboxes for hierarchical taxonomies

WordPress Trac wp-trac at lists.automattic.com
Tue Apr 20 12:49:13 UTC 2010


#10122: create metaboxes for hierarchical taxonomies
-----------------------------+----------------------------------------------
 Reporter:  nicomollet       |        Owner:  ryan    
     Type:  feature request  |       Status:  reopened
 Priority:  normal           |    Milestone:  3.0     
Component:  Taxonomy         |      Version:  2.8     
 Severity:  minor            |   Resolution:          
 Keywords:  needs-patch      |  
-----------------------------+----------------------------------------------

Comment(by scribu):

 Note that the patch works with hidden metaboxes.

 We could check the 'show_ui' parameter:

 {{{
 if ( isset($tax_input[$tax_name]) )
     $term = $tax_input[$tax_name];
 elseif ( $tax_obj->show_ui )
     $term = array();
 else
     continue;
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/10122#comment:39>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list