Coding Standards: Fix an error introduced in [44465].

See #45748.



git-svn-id: https://develop.svn.wordpress.org/trunk@44470 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Gary Pendergast 2019-01-08 09:02:50 +00:00
parent 855606e29d
commit 801e193ae0
1 changed files with 1 additions and 1 deletions

View File

@ -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',
__( '<strong>ERROR</strong>: The email address is already used.' ),