Changeset 5285 for trunk/wp-login.php
- Timestamp:
- 04/19/2007 02:53:19 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-login.php
r5089 r5285 196 196 // send a copy of password change notification to the admin 197 197 // but check to see if it's the admin whose password we're changing, and skip this 198 if ($user->user_email != get_ settings('admin_email')) {198 if ($user->user_email != get_option('admin_email')) { 199 199 $message = sprintf(__('Password Lost and Changed for user: %s'), $user->user_login) . "\r\n"; 200 200 wp_mail(get_option('admin_email'), sprintf(__('[%s] Password Lost/Changed'), get_option('blogname')), $message);
Note: See TracChangeset
for help on using the changeset viewer.