diff --git a/wp-includes/user.php b/wp-includes/user.php index d99885142d..0febf4aa37 100644 --- a/wp-includes/user.php +++ b/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.' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 40a7881432..77088c8225 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.1-alpha-44469'; +$wp_version = '5.1-alpha-44470'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.