X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/699231ae09f7057a4d0000cdf32e50a3df6a04ca..99a64b9fd0d5ebb21c33c3a0b5865e9c412b430c:/wp-includes/category.php diff --git a/wp-includes/category.php b/wp-includes/category.php index 1f665185..4d022774 100644 --- a/wp-includes/category.php +++ b/wp-includes/category.php @@ -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. *