Changeset 43331
- Timestamp:
- 06/04/2018 01:45:13 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r43256 r43331 3510 3510 3511 3511 if ( ! $expiration_time || time() > $expiration_time ) { 3512 $return =new WP_Error( 'expired_key', __( 'The confirmation email has expired.' ) );3512 return new WP_Error( 'expired_key', __( 'The confirmation email has expired.' ) ); 3513 3513 } 3514 3514
Note: See TracChangeset
for help on using the changeset viewer.