Changeset 43342
- Timestamp:
- 06/13/2018 02:01:47 AM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/user.php
r43257 r43342 3432 3432 3433 3433 if ( ! $expiration_time || time() > $expiration_time ) { 3434 $return =new WP_Error( 'expired_key', __( 'The confirmation email has expired.' ) );3434 return new WP_Error( 'expired_key', __( 'The confirmation email has expired.' ) ); 3435 3435 } 3436 3436
Note: See TracChangeset
for help on using the changeset viewer.