Changeset 33877 for branches/4.3/src/wp-admin/includes/upgrade.php
- Timestamp:
- 09/03/2015 03:30:26 AM (9 years ago)
- Location:
- branches/4.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.3
-
branches/4.3/src/wp-admin/includes/upgrade.php
r33647 r33877 1590 1590 $cron_array = _get_cron_array(); 1591 1591 if ( isset( $cron_array['wp_batch_split_terms'] ) ) { 1592 foreach ( $cron_array['wp_batch_split_terms'] as $timestamp_hook => $cron_data ) { 1593 foreach ( $cron_data as $key => $args ) { 1594 wp_unschedule_event( 'wp_batch_split_terms', $timestamp_hook, $args['args'] ); 1595 } 1596 } 1592 unset( $cron_array['wp_batch_split_terms'] ); 1593 _set_cron_array( $cron_array ); 1597 1594 } 1598 1595 }
Note: See TracChangeset
for help on using the changeset viewer.