Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #33423, comment 24


Ignore:
Timestamp:
08/25/2015 01:22:44 AM (8 years ago)
Author:
dd32
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33423, comment 24

    initial v1  
    66        if ( isset( $cron_array['wp_batch_split_terms'] ) ) {
    77                unset( $cron_array['wp_batch_split_terms'] );
     8                _set_cron_array( $cron_array );
    89        }
    9         _set_cron_array( $cron_array );
    1010}}}