Make WordPress Core

Changes between Initial Version and Version 7 of Ticket #24160


Ignore:
Timestamp:
07/29/2014 01:02:00 PM (11 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24160

    • Property Keywords 4.1-early added
    • Property Summary changed from ALTERNATE_WP_CRON runs 'init' too late to ALTERNATE_WP_CRON runs wp_cron() too early
    • Property Milestone changed from Awaiting Review to Future Release
  • Ticket #24160 – Description

    initial v7  
    11See #19818 for full details.
    22
    3 Then, [https://core.trac.wordpress.org/ticket/19818#comment:8 read my comment in that ticket].
     3Then, [https://core.trac.wordpress.org/ticket/19818#comment:8 read my comment in that ticket]. Was advised to create a new ticket.
    44
    5 Was advised to create a new ticket.
     5We need to run 'wp_cron' later than the default priority of 10 to allow plugins that run on this hook to properly initialize.
     6
     7In the patch, I've bumped the priority to 99. Let me know what you think.