[wp-trac] [WordPress Trac] #21240: Ability to "Turn On" Native custom columns for registered custom taxonomies
WordPress Trac
wp-trac at lists.automattic.com
Fri Jul 27 14:38:02 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 |
-----------------------------------+------------------------------
Changes (by scribu):
* keywords: 2nd-opinion => 2nd-opinion has-patch
Comment:
> vs rolling it into the get_column_headers() function?
No, vs making it a protected method.
{{{
__( 'No '. $taxonomy_object->label )
}}}
You can only pass plain strings to __().
But even doing:
{{{
sprintf( __( 'No %s' ), $taxonomy_object->label )
}}}
won't be good enough. We'll probably have to introduce
`$taxonomy_object->labels->no_terms`.
PS: How about handling the built-in 'categories' and 'tags' columns using
this new API?
--
Ticket URL: <http://core.trac.wordpress.org/ticket/21240#comment:11>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list