[wp-hackers] row output on wp-admin/users.php
Matt Mullenweg
m at mullenweg.com
Sun Jul 19 16:11:56 UTC 2009
On 7/16/2009 10:05 AM, Claudio Simeone wrote:
> add_action('manage_users_custom_column', my_user_cols_cc'); // this not
You're missing an opening quote there -- is that in the original code or
a copy/paste error?
If your action function accepts multiple arguments, you need to tell
add_action as well:
http://codex.wordpress.org/Function_Reference/add_action
--
Matt Mullenweg
http://ma.tt | http://wordpress.org | http://automattic.com
More information about the wp-hackers
mailing list