Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #55280, comment 6


Ignore:
Timestamp:
08/02/2022 11:36:07 PM (4 years ago)
Author:
peterwilsoncc
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55280, comment 6

    initial v1  
    11Thanks for the ping, Juliette.
    22
    3 Currently, either `_set_cron_array()` not `_get_cron_array()` check the form of each entry for validity. As with the timestamp, it's also possible the event is incorrectly formatted.
     3Currently, either `_set_cron_array()` nor `_get_cron_array()` check the form of each entry for validity. As with the timestamp, it's also possible the event is incorrectly formatted.
    44
    55A number of plugins call either the private [https://wpdirectory.net/search/01G9GCJWSQEYHMA7BKST945MA5 _set_cron_array()] function or [https://wpdirectory.net/search/01G9GCV337ZJHD7HWZ47NYASQ5 directly set the cron option].