Ticket #9302: profile_update_post.diff
File profile_update_post.diff, 373 bytes (added by , 15 years ago) |
---|
-
user.
old new 157 157 $errors->add( 'user_email', __( "<strong>ERROR</strong>: The e-mail address isn't correct." ), array( 'form-field' => 'email' ) ); 158 158 } 159 159 160 do_action('profile_update_post', $errors); 161 160 162 if ( $errors->get_error_codes() ) 161 163 return $errors; 162 164