Changeset 957 for trunk/wp-login.php
- Timestamp:
- 03/01/2004 07:55:45 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-login.php
r956 r957 224 224 <a href='wp-login.php' title='Check your email first, of course'>Click here to login!</a></p>"; 225 225 // send a copy of password change notification to the admin 226 mail( $admin_email, '[' . get_settings('blogname') . "] Password Lost/Change", "Password Lost and Changed for user: $user_login");226 mail(get_settings('admin_email'), '[' . get_settings('blogname') . "] Password Lost/Change", "Password Lost and Changed for user: $user_login"); 227 227 die(); 228 228 }
Note: See TracChangeset
for help on using the changeset viewer.