Changeset 2465 for trunk/wp-login.php
- Timestamp:
- 03/22/2005 01:09:39 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-login.php
r2447 r2465 96 96 die(sprintf(__('Sorry, that user does not seem to exist in our database. Perhaps you have the wrong username or e-mail address? <a href="%s">Try again</a>.'), 'wp-login.php?action=lostpassword')); 97 97 98 do_action('retreive_password', $user_login); 98 do_action('retreive_password', $user_login); // Misspelled and deprecated. 99 do_action('retrieve_password', $user_login); 99 100 100 101 // Generate something random for a password... md5'ing current time with a rand salt
Note: See TracChangeset
for help on using the changeset viewer.