Changes between Initial Version and Version 7 of Ticket #24160
- Timestamp:
- 07/29/2014 01:02:00 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24160
- Property Keywords 4.1-early added
-
Property
Summary
changed from
ALTERNATE_WP_CRON runs 'init' too late
toALTERNATE_WP_CRON runs wp_cron() too early
-
Property
Milestone
changed from
Awaiting Review
toFuture Release
-
Ticket #24160 – Description
initial v7 1 1 See #19818 for full details. 2 2 3 Then, [https://core.trac.wordpress.org/ticket/19818#comment:8 read my comment in that ticket]. 3 Then, [https://core.trac.wordpress.org/ticket/19818#comment:8 read my comment in that ticket]. Was advised to create a new ticket. 4 4 5 Was advised to create a new ticket. 5 We need to run 'wp_cron' later than the default priority of 10 to allow plugins that run on this hook to properly initialize. 6 7 In the patch, I've bumped the priority to 99. Let me know what you think.