Mail: Use the standardised spelling of email
in the password reset error message.
Fixes #39110 git-svn-id: https://develop.svn.wordpress.org/trunk@45405 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3834909270
commit
fce8910a2d
@ -431,7 +431,7 @@ function retrieve_password() {
|
|||||||
$errors->add(
|
$errors->add(
|
||||||
'retrieve_password_email_failure',
|
'retrieve_password_email_failure',
|
||||||
sprintf(
|
sprintf(
|
||||||
__( '<strong>ERROR</strong>: The e-mail could not be sent. Your site may not be correctly configured to send e-mails. <a href="%s">Get support for resetting your password</a>.' ),
|
__( '<strong>ERROR</strong>: The email could not be sent. Your site may not be correctly configured to send emails. <a href="%s">Get support for resetting your password</a>.' ),
|
||||||
esc_url( $support )
|
esc_url( $support )
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user