Mail: Use the standardised spelling of `email` in the password reset error message.
Fixes #39110 Built from https://develop.svn.wordpress.org/trunk@45405 git-svn-id: http://core.svn.wordpress.org/trunk@45216 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b3e297925c
commit
61ed726067
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.3-alpha-45404';
|
||||
$wp_version = '5.3-alpha-45405';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
|
@ -431,7 +431,7 @@ function retrieve_password() {
|
|||
$errors->add(
|
||||
'retrieve_password_email_failure',
|
||||
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 )
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue