Changeset 6663
- Timestamp:
- 01/25/08 20:52:15 (8 months ago)
- Files:
-
- trunk/wp-login.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-login.php
r6643 r6663 122 122 if ( $user->user_email != get_option('admin_email') ) { 123 123 $message = sprintf(__('Password Lost and Changed for user: %s'), $user->user_login) . "\r\n"; 124 wp_mail(get_option('admin_email'), sprintf(__('[%s] Password Lost/Changed'), get_option('blogname')), $message);124 //wp_mail(get_option('admin_email'), sprintf(__('[%s] Password Lost/Changed'), get_option('blogname')), $message); 125 125 } 126 126
