Reset Password: Improve wording for a string used in password reset email.
Props obrienlabs. Fixes #34605. Built from https://develop.svn.wordpress.org/trunk@35559 git-svn-id: http://core.svn.wordpress.org/trunk@35523 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -319,7 +319,7 @@ function retrieve_password() {
|
||||
return $key;
|
||||
}
|
||||
|
||||
$message = __('Someone requested that the password be reset for the following account:') . "\r\n\r\n";
|
||||
$message = __('Someone has requested a password reset for the following account:') . "\r\n\r\n";
|
||||
$message .= network_home_url( '/' ) . "\r\n\r\n";
|
||||
$message .= sprintf(__('Username: %s'), $user_login) . "\r\n\r\n";
|
||||
$message .= __('If this was a mistake, just ignore this email and nothing will happen.') . "\r\n\r\n";
|
||||
|
||||
Reference in New Issue
Block a user