Add hook for update profile, props Cimmo, fixes #9302

git-svn-id: http://svn.automattic.com/wordpress/trunk@11096 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2009-04-27 11:18:04 +00:00
parent 4e975cf400
commit 71086625a6
1 changed files with 2 additions and 0 deletions

View File

@ -174,6 +174,8 @@ function edit_user( $user_id = 0 ) {
$errors->add( 'email_exists', __('<strong>ERROR</strong>: This email is already registered, please choose another one.'), array( 'form-field' => 'email' ) );
}
do_action('user_profile_update_errors', $errors);
if ( $errors->get_error_codes() )
return $errors;