Ticket #51469: 51469.diff
File 51469.diff, 527 bytes (added by , 5 years ago) |
---|
-
src/wp-includes/post.php
5483 5483 $cache_key = "get_pages:$key:$last_changed"; 5484 5484 $cache = wp_cache_get( $cache_key, 'posts' ); 5485 5485 if ( false !== $cache ) { 5486 _prime_post_caches( $cache, false, false ); 5486 5487 // Convert to WP_Post instances. 5487 5488 $pages = array_map( 'get_post', $cache ); 5488 5489 /** This filter is documented in wp-includes/post.php */