Make WordPress Core


Ignore:
Timestamp:
05/12/2011 03:06:03 AM (15 years ago)
Author:
nacin
Message:

Cache post thumbnails in the loop. props garyc40, scribu, greuben. fixes #15447.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/query.php

    r17810 r17883  
    12571257         */
    12581258        var $query_vars_changed = true;
     1259
     1260        /**
     1261         * Set if post thumbnails are cached
     1262         *
     1263         * @since 3.2
     1264         * @access public
     1265         * @var bool
     1266         */
     1267         var $thumbnails_cached = false;
    12591268
    12601269        /**
Note: See TracChangeset for help on using the changeset viewer.