Changeset 33925 for trunk/src/wp-includes/query.php
- Timestamp:
- 09/05/2015 10:24:16 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/query.php
r33891 r33925 1292 1292 */ 1293 1293 public $thumbnails_cached = false; 1294 1295 /** 1296 * Set if comment meta has already been cached 1297 * 1298 * @since 4.4.0 1299 * @access public 1300 * @var bool 1301 */ 1302 public $comment_meta_cached = false; 1294 1303 1295 1304 /**
Note: See TracChangeset
for help on using the changeset viewer.