Opened 5 years ago
Closed 5 years ago
#48144 closed defect (bug) (fixed)
admin_email_check_interval filter default value
Reported by: | tmatsuur | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.3 | Priority: | normal |
Severity: | normal | Version: | 5.3 |
Component: | Login and Registration | Keywords: | |
Focuses: | Cc: |
Description
Suggestion for admin_email_check_interval filter added in 5.3.
wp-login.php: 599
$admin_email_check_interval = (int) apply_filters( 'admin_email_check_interval', 6 * MONTH_IN_SECONDS );
wp-login.php: 1240
$admin_email_check_interval = (int) apply_filters( 'admin_email_check_interval', 180 * DAY_IN_SECONDS );
I think it should be unified to either.
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 46319: