diff --git a/src/wp-includes/user.php b/src/wp-includes/user.php index d99885142d..0febf4aa37 100644 --- a/src/wp-includes/user.php +++ b/src/wp-includes/user.php @@ -2718,7 +2718,7 @@ function send_confirmation_on_profile_email() { return; } - if ( email_exists( $_POST['email'] ) ) { + if ( email_exists( $_POST['email'] ) ) { $errors->add( 'user_email', __( 'ERROR: The email address is already used.' ),