Changeset 33621
- Timestamp:
- 08/17/2015 02:28:03 PM (9 years ago)
- Location:
- trunk/src/wp-admin/includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/schema.php
r32643 r33621 497 497 // 3.5 498 498 'link_manager_enabled' => 0, 499 500 // 4.3.0 501 'finished_splitting_shared_terms' => 1, 499 502 ); 500 503 -
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.