[wp-trac] Re: [WordPress Trac] #5763: register_hook and
register_new_user are broken
WordPress Trac
wp-trac at lists.automattic.com
Fri Mar 21 15:31:36 GMT 2008
#5763: register_hook and register_new_user are broken
---------------------+------------------------------------------------------
Reporter: whooami | Owner: ryan
Type: defect | Status: reopened
Priority: normal | Milestone: 2.5
Component: General | Version: 2.5
Severity: major | Resolution:
Keywords: plugin |
---------------------+------------------------------------------------------
Comment (by ryan):
Why not use the registration_errors filter for modifying $errors?
{{{
$errors = apply_filters( 'registration_errors', $errors );
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/5763#comment:6>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list