• Hello,

    I posted this into bug tracking system two times already but it disappeared (was it deleted??)

    There’s a bug 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

    Can we get this repaired? Or is there something I’m missing? I use manage_users_columns to add new columns, but I need this manage_users_custom_column to be able to output HTML into that column.

    Thanks, M.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Allow plugins to add columns to user management screen’ is closed to new replies.