diff --git a/wp-includes/category.php b/wp-includes/category.php index 1ea9b9d536..31274822d9 100644 --- a/wp-includes/category.php +++ b/wp-includes/category.php @@ -67,7 +67,6 @@ function &get_categories($args = '') { $exclusions = apply_filters('list_cats_exclusions', $exclusions, $r ); $where .= $exclusions; - $having = ''; if ( $hide_empty ) { if ( 'link' == $type ) $where .= ' AND link_count > 0';