mirror of
git://develop.git.wordpress.org/
synced 2025-02-22 15:42:29 +01:00
Make it raw
git-svn-id: https://develop.svn.wordpress.org/trunk@11803 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ecadd0a159
commit
0e8ca7b71f
@ -161,7 +161,7 @@ function retrieve_password() {
|
||||
$message .= get_option('siteurl') . "\r\n\r\n";
|
||||
$message .= sprintf(__('Username: %s'), $user_login) . "\r\n\r\n";
|
||||
$message .= __('To reset your password visit the following address, otherwise just ignore this email and nothing will happen.') . "\r\n\r\n";
|
||||
$message .= site_url("wp-login.php?action=rp&key=$key&login=" . urlencode($user_login), 'login') . "\r\n";
|
||||
$message .= site_url("wp-login.php?action=rp&key=$key&login=" . rawurlencode($user_login), 'login') . "\r\n";
|
||||
|
||||
$title = sprintf(__('[%s] Password Reset'), get_option('blogname'));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user