Changeset 33619
- Timestamp:
- 08/15/2015 07:24:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r33615 r33619 4376 4376 GROUP BY t.term_id 4377 4377 HAVING term_tt_count > 1 4378 LIMIT 20"4378 LIMIT 10" 4379 4379 ); 4380 4380 … … 4402 4402 4403 4403 // Split term data recording is slow, so we do it just once, outside the loop. 4404 $suspend = wp_suspend_cache_invalidation( true );4405 4404 $split_term_data = get_option( '_split_terms', array() ); 4406 4405 $skipped_first_term = $taxonomies = array(); … … 4433 4432 } 4434 4433 4435 wp_suspend_cache_invalidation( $suspend );4436 4434 update_option( '_split_terms', $split_term_data ); 4437 4435
Note: See TracChangeset
for help on using the changeset viewer.