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:
Ryan Boren
2007-10-30 06:03:11 +00:00
parent 59555bdcb9
commit dd19fe2a27
2 changed files with 52 additions and 5 deletions
+2
View File
@@ -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);
}