Changeset 43624
- Timestamp:
- 09/03/2018 09:46:48 PM (6 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/user.php
r43614 r43624 3450 3450 3451 3451 if ( ! in_array( $request->status, array( 'request-pending', 'request-failed' ), true ) ) { 3452 return __( 'This link has expired.');3452 return new WP_Error( 'expired_link', __( 'This link has expired.' ) ); 3453 3453 } 3454 3454
Note: See TracChangeset
for help on using the changeset viewer.