Changeset 6664

Show
Ignore:
Timestamp:
01/25/08 20:58:26 (7 months ago)
Author:
ryan
Message:

Note to self. Take note of which repository you are in before committing. Reverting [6663]

Files:

Legend:

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

    r6663 r6664  
    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