Changeset 46319
- Timestamp:
- 09/26/2019 02:28:15 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r46256 r46319 1238 1238 // to the admin email confirmation screen. 1239 1239 /** This filter is documented in wp-login.php */ 1240 $admin_email_check_interval = (int) apply_filters( 'admin_email_check_interval', 180 * DAY_IN_SECONDS );1240 $admin_email_check_interval = (int) apply_filters( 'admin_email_check_interval', 6 * MONTH_IN_SECONDS ); 1241 1241 1242 1242 if ( $admin_email_check_interval > 0 && time() > $admin_email_lifespan ) {
Note: See TracChangeset
for help on using the changeset viewer.