Changeset 14310 for trunk/wp-includes/query.php
- Timestamp:
- 04/29/2010 08:43:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r14245 r14310 1627 1627 $q['suppress_filters'] = false; 1628 1628 1629 if ( !isset($q['cache_results']) ) 1630 $q['cache_results'] = true; 1631 1629 1632 if ( !isset($q['post_type']) ) { 1630 1633 if ( $this->is_search ) … … 2505 2508 } 2506 2509 2507 update_post_caches($this->posts); 2510 if ( $q['cache_results'] ) 2511 update_post_caches($this->posts, $post_type); 2508 2512 2509 2513 if ($this->post_count > 0) {
Note: See TracChangeset
for help on using the changeset viewer.