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:
Andrew Nacin
2011-05-12 03:06:03 +00:00
parent fc75919fca
commit a270cd105c
2 changed files with 41 additions and 0 deletions
+9
View File
@@ -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.
*