[wp-trac] [WordPress Trac] #21240: Ability to "Turn On" Native custom columns for registered custom taxonomies

WordPress Trac wp-trac at lists.automattic.com
Thu Jul 12 17:20:59 UTC 2012


#21240: Ability to "Turn On" Native custom columns for registered custom taxonomies
-----------------------------+------------------------------
 Reporter:  jtsternberg      |       Owner:
     Type:  feature request  |      Status:  new
 Priority:  normal           |   Milestone:  Awaiting Review
Component:  Taxonomy         |     Version:
 Severity:  normal           |  Resolution:
 Keywords:  2nd-opinion      |
-----------------------------+------------------------------

Comment (by jtsternberg):

 I think I may be partial to adding the flag to the register_post_type
 parameters instead of register_taxonomy.  Normal workflow is to add custom
 taxonomies TO a custom post type rather than the other way around I think.
 It may be symantics, but what about:
 {{{
 register_post_type( 'movies', array(
   ...
   'show_taxonomy_columns' => array( 'actors', 'locations' ) )
 ) );
 }}}

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


More information about the wp-trac mailing list