Changeset 6663

Show
Ignore:
Timestamp:
01/25/08 20:52:15 (8 months ago)
Author:
ryan
Message:

Don't assault Matt with password reset email.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-login.php

    r6643 r6663  
    122122    if ( $user->user_email != get_option('admin_email') ) { 
    123123        $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); 
    125125    } 
    126126