diff --git a/inc/template-tags.php b/inc/template-tags.php index ba1f463c..dd4b7e60 100644 --- a/inc/template-tags.php +++ b/inc/template-tags.php @@ -88,7 +88,6 @@ function _s_categorized_blog() { $all_the_cool_cats = get_categories( array( 'fields' => 'ids', 'hide_empty' => 1, - // We only need to know if there is more than one category. 'number' => 2, ) );