mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Pass remember arg. see #5405
git-svn-id: https://develop.svn.wordpress.org/trunk@6644 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -874,6 +874,7 @@ function wp_widget_recent_entries($args) {
|
||||
</ul>
|
||||
<?php echo $after_widget; ?>
|
||||
<?php
|
||||
wp_reset_query(); // Restore global post data stomped by the_post().
|
||||
endif;
|
||||
wp_cache_add('widget_recent_entries', ob_get_flush());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user