]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/category.php
Wordpress 3.1
[autoinstalls/wordpress.git] / wp-includes / category.php
index 1f66518536dc57329b3aae10d3414c132fa13192..4d022774178209526d4fccf5f0c5e692c2ca9d6c 100644 (file)
@@ -305,22 +305,6 @@ function &get_tag( $tag, $output = OBJECT, $filter = 'raw' ) {
 /* Cache */
 
 
-/**
- * Update the categories cache.
- *
- * This function does not appear to be used anymore or does not appear to be
- * needed. It might be a legacy function left over from when there was a need
- * for updating the category cache.
- *
- * @since 1.5.0
- *
- * @return bool Always return True
- */
-function update_category_cache() {
-       return true;
-}
-
-
 /**
  * Remove the category cache data based on ID.
  *