From 82e852c454f5b6dc00ee326b3f4dd90677d5bb78 Mon Sep 17 00:00:00 2001 From: "David A. Kennedy" Date: Thu, 29 Oct 2015 12:25:14 -0400 Subject: [PATCH] Fix failing build in Travis * See: https://travis-ci.org/Automattic/_s * Build failed because of empty lines are not allowed in multi-line function. --- inc/template-tags.php | 1 - 1 file changed, 1 deletion(-) 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, ) );