From fce8910a2d163f69a5088d12bf37f5b3f104607c Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Fri, 24 May 2019 22:52:55 +0000 Subject: [PATCH] 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 --- src/wp-login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-login.php b/src/wp-login.php index ab051d244e..76f0585e2c 100644 --- a/src/wp-login.php +++ b/src/wp-login.php @@ -431,7 +431,7 @@ function retrieve_password() { $errors->add( 'retrieve_password_email_failure', sprintf( - __( 'ERROR: The e-mail could not be sent. Your site may not be correctly configured to send e-mails. Get support for resetting your password.' ), + __( 'ERROR: The email could not be sent. Your site may not be correctly configured to send emails. Get support for resetting your password.' ), esc_url( $support ) ) );