mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 06:57:35 +01:00
Revert [27166].
We should not be accounting for improper assignment of WP_Query properties. fixes #26321. Built from https://develop.svn.wordpress.org/trunk@27746 git-svn-id: http://core.svn.wordpress.org/trunk@27583 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bf5447f435
commit
52cc239578
@ -57,7 +57,7 @@ function update_post_thumbnail_cache( $wp_query = null ) {
|
||||
if ( ! $wp_query )
|
||||
$wp_query = $GLOBALS['wp_query'];
|
||||
|
||||
if ( $wp_query->thumbnails_cached || ! $wp_query->posts )
|
||||
if ( $wp_query->thumbnails_cached )
|
||||
return;
|
||||
|
||||
$thumb_ids = array();
|
||||
|
Loading…
Reference in New Issue
Block a user