Changeset 43708
- Timestamp:
- 10/11/2018 04:22:05 AM (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
r43705 r43708 3431 3431 3432 3432 if ( ! in_array( $request->status, array( 'request-pending', 'request-failed' ), true ) ) { 3433 return new WP_Error( 'expired_link', __( 'This link has expired.' ));3433 return __( 'This link has expired.' ); 3434 3434 } 3435 3435
Note: See TracChangeset
for help on using the changeset viewer.