Ticket #39194: 39194.diff
File 39194.diff, 1.1 KB (added by , 8 years ago) |
---|
-
src/wp-includes/class-wp-customize-manager.php
798 798 'no_found_rows' => true, 799 799 'cache_results' => true, 800 800 'update_post_meta_cache' => false, 801 'update_term_meta_cache' => false, 801 'update_post_term_cache' => false, 802 'lazy_load_term_meta' => false, 802 803 ) ); 803 804 if ( ! empty( $changeset_post_query->posts ) ) { 804 805 // Note: 'fields'=>'ids' is not being used in order to cache the post object as it will be needed. -
src/wp-includes/theme.php
1643 1643 'no_found_rows' => true, 1644 1644 'cache_results' => true, 1645 1645 'update_post_meta_cache' => false, 1646 'update_term_meta_cache' => false, 1646 'update_post_term_cache' => false, 1647 'lazy_load_term_meta' => false, 1647 1648 ); 1648 1649 1649 1650 $post = null;