mirror of
git://develop.git.wordpress.org/
synced 2025-02-23 16:15:31 +01:00
Note to self. Take note of which repository you are in before committing. Reverting [6663]
git-svn-id: https://develop.svn.wordpress.org/trunk@6664 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9735fb0f03
commit
f0f95a1875
@ -121,7 +121,7 @@ function reset_password($key) {
|
||||
// but check to see if it's the admin whose password we're changing, and skip this
|
||||
if ( $user->user_email != get_option('admin_email') ) {
|
||||
$message = sprintf(__('Password Lost and Changed for user: %s'), $user->user_login) . "\r\n";
|
||||
//wp_mail(get_option('admin_email'), sprintf(__('[%s] Password Lost/Changed'), get_option('blogname')), $message);
|
||||
wp_mail(get_option('admin_email'), sprintf(__('[%s] Password Lost/Changed'), get_option('blogname')), $message);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user