Changeset 30122 for trunk/src/wp-login.php
- Timestamp:
- 10/31/2014 05:55:39 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r30033 r30122 264 264 * Handles sending password retrieval email to user. 265 265 * 266 * @uses $wpdb WordPress Database object 266 * @global wpdb $wpdb WordPress database abstraction object. 267 * @global PasswordHash $wp_hasher Portable PHP password hashing framework. 267 268 * 268 269 * @return bool|WP_Error True: when finish. WP_Error on error
Note: See TracChangeset
for help on using the changeset viewer.