Changeset 4143
- Timestamp:
- 08/30/2006 09:02:12 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-login.php
r4062 r4143 159 159 // send a copy of password change notification to the admin 160 160 $message = sprintf(__('Password Lost and Changed for user: %s'), $user->user_login) . "\r\n"; 161 wp_mail(get_settings('admin_email'), sprintf(__('[%s] Password Lost/Change '), get_settings('blogname')), $message);161 wp_mail(get_settings('admin_email'), sprintf(__('[%s] Password Lost/Changed'), get_settings('blogname')), $message); 162 162 die(); 163 163 }
Note: See TracChangeset
for help on using the changeset viewer.