2009/7/20 Matt Martz <
matt@...>:
> If you look at where manage_users_custom_column is defined in the code
> you will see:
>
> apply_filters('manage_users_custom_column', '', $column_name, $user_object->ID);
>
> Where $column_name is the 2nd argument and $user_object->ID is the 3rd argument.
>
> You have the arguments reversed in your callback function.
yes, I noticed it 1 second after the mail was sent :)
do you know why manage_users_custom_column (and similar functions)
have an empty argument?
apply_filters('manage_users_custom_column', '' <====
thanks
Claudio
_______________________________________________
wp-hackers mailing list
wp-hackers@...
http://lists.automattic.com/mailman/listinfo/wp-hackers