mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 14:50:29 +00:00
wp_get_archives caching. fixes #5275
git-svn-id: https://develop.svn.wordpress.org/trunk@6296 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1632,6 +1632,8 @@ function clean_post_cache($id) {
|
||||
|
||||
clean_object_term_cache($id, 'post');
|
||||
|
||||
wp_cache_delete( 'wp_get_archives', 'general' );
|
||||
|
||||
do_action('clean_post_cache', $id);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user