Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#15075 closed defect (bug) (fixed)

filter manage_users_columns stopped working

Reported by: neoxx's profile neoxx Owned by: scribu's profile scribu
Milestone: 3.1 Priority: normal
Severity: normal Version: 3.1
Component: Administration Keywords: filter, tables
Focuses: Cc:

Description

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

Change History (4)

#1 @nacin
14 years ago

  • Milestone changed from Awaiting Review to 3.1

#2 @scribu
14 years ago

  • Owner set to scribu
  • Status changed from new to reviewing

#3 @scribu
14 years ago

  • Resolution set to fixed
  • Status changed from reviewing to closed

#4 @neoxx
14 years ago

thanks for the quick fix!

Note: See TracTickets for help on using tickets.