mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Cache post thumbnails in the loop. props garyc40, scribu, greuben. fixes #15447.
git-svn-id: https://develop.svn.wordpress.org/trunk@17883 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1257,6 +1257,15 @@ class WP_Query {
|
||||
*/
|
||||
var $query_vars_changed = true;
|
||||
|
||||
/**
|
||||
* Set if post thumbnails are cached
|
||||
*
|
||||
* @since 3.2
|
||||
* @access public
|
||||
* @var bool
|
||||
*/
|
||||
var $thumbnails_cached = false;
|
||||
|
||||
/**
|
||||
* Resets query flags to false.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user