Changeset 33621 for trunk/src/wp-admin/includes/upgrade.php
- Timestamp:
- 08/17/2015 02:28:03 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/upgrade.php
r33615 r33621 1508 1508 // Shared terms are split in a separate process. 1509 1509 if ( $wp_current_db_version < 32814 ) { 1510 update_option( 'finished_splitting_shared_terms', 0 ); 1510 1511 wp_schedule_single_event( time() + ( 1 * MINUTE_IN_SECONDS ), 'wp_split_shared_term_batch' ); 1511 1512 }
Note: See TracChangeset
for help on using the changeset viewer.