Changeset 33646 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 08/19/2015 11:30:42 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r33619 r33646 4446 4446 function _wp_check_for_scheduled_split_terms() { 4447 4447 if ( ! get_option( 'finished_splitting_shared_terms' ) && ! wp_next_scheduled( 'wp_batch_split_terms' ) ) { 4448 wp_schedule_single_event( 'wp_batch_split_terms', time() + MINUTE_IN_SECONDS);4448 wp_schedule_single_event( time() + MINUTE_IN_SECONDS, 'wp_batch_split_terms' ); 4449 4449 } 4450 4450 }
Note: See TracChangeset
for help on using the changeset viewer.