Changeset 56585 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 09/14/2023 12:38:04 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r56549 r56585 1542 1542 // Ensure that while importing, queries are not cached. 1543 1543 if ( ! empty( $_wp_suspend_cache_invalidation ) ) { 1544 // @todo Disable caching once #52710 is merged. 1545 $defaults['cache_domain'] = microtime(); 1544 $defaults['cache_results'] = false; 1546 1545 } 1547 1546
Note: See TracChangeset
for help on using the changeset viewer.