mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-01 04:02:57 +00:00
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:
parent
855606e29d
commit
801e193ae0
@ -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.' ),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user