[wp-trac] [WordPress Trac] #21240: Ability to "Turn On" Native custom columns for registered custom taxonomies
WordPress Trac
wp-trac at lists.automattic.com
Tue Jul 31 00:35:53 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 has-patch |
-----------------------------------+------------------------------
Comment (by scribu):
Also, I'm not sure these two lines have the intended effect:
{{{
$taxonomies = array_diff( $taxonomies, array( 'category', 'post_tag' ) );
$this->taxonomy_columns = array_merge( array( 'categories', 'tags' ),
$taxonomies );
}}}
You always end up with 'categories' and 'tags', even though they might not
be desired.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/21240#comment:17>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list