Changeset 44602 for trunk/src/wp-includes/user.php
- Timestamp:
- 01/15/2019 06:26:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r44597 r44602 2218 2218 global $wpdb, $wp_hasher; 2219 2219 2220 if ( ! ( $user instanceof WP_User ) ) { 2221 return new WP_Error( 'invalidcombo', __( '<strong>ERROR</strong>: There is no account with that username or email address.' ) ); 2222 } 2223 2220 2224 /** 2221 2225 * Fires before a new password is retrieved.
Note: See TracChangeset
for help on using the changeset viewer.