Make WordPress Core


Ignore:
Timestamp:
05/24/2019 10:52:55 PM (6 years ago)
Author:
johnbillion
Message:

Mail: Use the standardised spelling of email in the password reset error message.

Fixes #39110

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-login.php

    r45404 r45405  
    432432            'retrieve_password_email_failure',
    433433            sprintf(
    434                 __( '<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>.' ),
     434                __( '<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>.' ),
    435435                esc_url( $support )
    436436            )
Note: See TracChangeset for help on using the changeset viewer.