Term cache work. see #4189

git-svn-id: https://develop.svn.wordpress.org/trunk@5555 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2007-05-26 23:32:06 +00:00
parent b75bf365f8
commit 455d73121f
4 changed files with 235 additions and 221 deletions
+12
View File
@@ -122,4 +122,16 @@ function &get_tags($args = '') {
return $tags;
}
//
// Cache
//
function update_category_cache() {
return true;
}
function clean_category_cache($id) {
clean_term_cache($id, 'category');
}
?>