Ticket #10381: 10381.diff
File 10381.diff, 381 bytes (added by , 15 years ago) |
---|
-
wp-includes/post.php
3065 3065 if ( !$posts ) 3066 3066 return; 3067 3067 3068 foreach ( $posts as $post ) 3068 foreach ( $posts as $post ) { 3069 _get_post_ancestors($post); 3069 3070 wp_cache_add($post->ID, $post, 'posts'); 3071 } 3070 3072 } 3071 3073 3072 3074 /**