[wp-trac] [WordPress Trac] #23421: Add sortable to taxonomy column
WordPress Trac
noreply at wordpress.org
Sat Feb 9 10:57:34 UTC 2013
#23421: Add sortable to taxonomy column
-------------------------+------------------------------
Reporter: tifosi | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Taxonomy | Version:
Severity: normal | Resolution:
Keywords: |
-------------------------+------------------------------
Comment (by tifosi):
Of course above
{{{
add_filter( "manage_taxonomies_for_{$post_type}_columns",
'add_sortable_column' );
}}}
should be new filter
{{{
add_filter( "manage_taxonomies_for_{$post_type}_sortable_columns",
'add_sortable_column' );
}}}
cut n paste error.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/23421#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list