Changeset 33727 for trunk/src/wp-admin/includes/upgrade.php
- Timestamp:
- 08/25/2015 04:31:52 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/upgrade.php
r33693 r33727 1591 1591 $cron_array = _get_cron_array(); 1592 1592 if ( isset( $cron_array['wp_batch_split_terms'] ) ) { 1593 foreach ( $cron_array['wp_batch_split_terms'] as $timestamp_hook => $cron_data ) { 1594 foreach ( $cron_data as $key => $args ) { 1595 wp_unschedule_event( 'wp_batch_split_terms', $timestamp_hook, $args['args'] ); 1596 } 1597 } 1593 unset( $cron_array['wp_batch_split_terms'] ); 1594 _set_cron_array( $cron_array ); 1598 1595 } 1599 1596 }
Note: See TracChangeset
for help on using the changeset viewer.