[wp-trac] [WordPress Trac] #19650: apply_filters( 'manage_users_column' ) or equivalent no longer exists
WordPress Trac
wp-trac at lists.automattic.com
Fri Dec 23 00:36:53 UTC 2011
#19650: apply_filters( 'manage_users_column' ) or equivalent no longer exists
-----------------------------+-----------------------------
Reporter: danielbachhuber | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version:
Severity: major | Keywords:
-----------------------------+-----------------------------
For the Users WP_List_Table, apply_filters( 'manage_users_custom_column' )
[http://core.trac.wordpress.org/browser/trunk/wp-admin/includes/class-wp-
users-list-table.php?rev=19628#L308 still exists] but there's no
apply_filters( 'manage_users_column' ) or equivalent.
This used to be handled by [http://core.trac.wordpress.org/browser/trunk
/wp-admin/includes/template.php?rev=15764#L235 get_column_headers()]. The
function was moved to screen.php where it's
[http://core.trac.wordpress.org/browser/trunk/wp-
admin/includes/screen.php?rev=19630#L22 only applied if the columns aren't
already set]. For whatever reason, the columns are already set.
We should apply it when the columns are set too. Patch attached always
applies the filters
--
Ticket URL: <http://core.trac.wordpress.org/ticket/19650>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list