[wp-trac] [WordPress Trac] #10595: Allow plugins to add columns to user management screen
WordPress Trac
wp-trac at lists.automattic.com
Wed Aug 12 09:43:13 UTC 2009
#10595: Allow plugins to add columns to user management screen
-----------------------------+----------------------------------------------
Reporter: martinv5 | Owner:
Type: feature request | Status: new
Priority: high | Milestone: 2.8.4
Component: Administration | Version: 2.8.3
Severity: trivial | Keywords: manage_users_custom_column user management
-----------------------------+----------------------------------------------
It's here on line '''1974''' in wp-admin/includes/template.php:
apply_filters('manage_users_custom_column', '', $column_name,
$user_object->ID);
An '''empty argument''' it passed to the filter instead of the actual
column name.
See the file here http://core.trac.wordpress.org/browser/branches/2.8/wp-
admin/includes/template.php
Or am I missing something?
Thanks,
M.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10595>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list