Skip to content

Commit

Permalink
Fix failing build in Travis
Browse files Browse the repository at this point in the history
* See: https://travis-ci.org/Automattic/_s
* Build failed because of empty lines are not allowed in multi-line function.
  • Loading branch information
davidakennedy committed Oct 29, 2015
1 parent dc35c64 commit 82e852c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inc/template-tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
) );
Expand Down

0 comments on commit 82e852c

Please sign in to comment.