Changeset 2661
- Timestamp:
- 06/26/2005 04:27:37 PM (21 years ago)
- File:
-
- 1 edited
-
branches/1.5/wp-login.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.5/wp-login.php
r2552 r2661 104 104 // now insert the new pass md5'd into the db 105 105 $wpdb->query("UPDATE $wpdb->users SET user_activation_key = '$key' WHERE user_login = '$user_login'"); 106 $message .= __('Someone has asked to reset the password for the following site and username.') . "\r\n\r\n";106 $message = __('Someone has asked to reset the password for the following site and username.') . "\r\n\r\n"; 107 107 $message .= get_option('siteurl') . "\r\n\r\n"; 108 108 $message .= sprintf(__('Username: %s'), $user_login) . "\r\n\r\n";
Note: See TracChangeset
for help on using the changeset viewer.