diff --git a/wp-includes/category.php b/wp-includes/category.php index e49be2d8b..193390dd0 100644 --- a/wp-includes/category.php +++ b/wp-includes/category.php @@ -132,8 +132,6 @@ function &get_tags($args = '') { if ( empty($tags) ) return array(); - $cache[ $key ] = $tags; - $tags = apply_filters('get_tags', $tags, $args); return $tags; }