Changeset 46204
- Timestamp:
- 09/20/2019 07:26:33 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r46203 r46204 1244 1244 /** This filter is documented in wp-login.php */ 1245 1245 $admin_email_check_interval = (int) apply_filters( 'admin_email_check_interval', 180 * DAY_IN_SECONDS ); 1246 $admin_email_lifespan = 5; 1246 1247 1247 if ( $admin_email_check_interval > 0 && time() > $admin_email_lifespan ) { 1248 1248 $redirect_to = add_query_arg( 'action', 'confirm_admin_email', wp_login_url( $redirect_to ) );
Note: See TracChangeset
for help on using the changeset viewer.