[wp-trac] [WordPress Trac] #15075: filter manage_users_columns stopped working
WordPress Trac
wp-trac at lists.automattic.com
Fri Oct 8 18:57:53 UTC 2010
#15075: filter manage_users_columns stopped working
----------------------------+-----------------------------------------------
Reporter: neoxx | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: 3.1
Severity: normal | Keywords: filter, tables
----------------------------+-----------------------------------------------
In WordPress 3.0 I've used
{{{
add_filter('manage_users_columns', array(&$this, 'manage_users_columns'));
add_filter('manage_users_custom_column', array(&$this,
'manage_users_custom_column'), 10, 3);
}}}
to add a comments column to the users' table. - I've tested this code in
WordPress 3.1-alpha and it seems like my custom column is not added to the
array anymore.
Could somebody please have a look. - Maybe related to #14776.
Cheers,
Berny
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15075>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list