Make WordPress Core

Changeset 6664


Ignore:
Timestamp:
01/25/2008 08:58:26 PM (17 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.