Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #57271, comment 21


Ignore:
Timestamp:
03/03/2023 09:47:52 PM (2 years ago)
Author:
j3gaming
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57271, comment 21

    initial v1  
    1 I was able to measure the array size in _set_cron_array (wp-includes/cron.php)
    2 
    3 Before
    4 $result = update_option( 'cron', $cron );
    5 
    6 The size was 22.
    7 
    8 After update_option (that produced an error) the size was 21
    9 
    10 Log: https://dev.fillmore.mobi/wp-content/uploads/fillmore.error.log
     1-deleted