Changes between Initial Version and Version 1 of Ticket #33423, comment 24
- Timestamp:
- 08/25/2015 01:22:44 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33423, comment 24
initial v1 6 6 if ( isset( $cron_array['wp_batch_split_terms'] ) ) { 7 7 unset( $cron_array['wp_batch_split_terms'] ); 8 _set_cron_array( $cron_array ); 8 9 } 9 _set_cron_array( $cron_array );10 10 }}}