Now tag pretty permalinks should work, and support custom tag bases.

git-svn-id: https://develop.svn.wordpress.org/trunk@5150 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2007-03-31 09:19:32 +00:00
parent 570a74e818
commit a059392772
6 changed files with 61 additions and 8 deletions

View File

@@ -670,7 +670,7 @@ function update_post_category_cache($post_ids) {
}
function update_post_caches(&$posts) {
global $post_cache, $category_cache, $post_meta_cache;
global $post_cache, $category_cache, $post_meta_cache, $tag_cache;
global $wpdb, $blog_id;
// No point in doing all this work if we didn't match any posts.