Skip to content

Commit

Permalink
Merge pull request #841 from davidakennedy/master
Browse files Browse the repository at this point in the history
Fix failing build in Travis
  • Loading branch information
davidakennedy committed Oct 29, 2015
2 parents dc35c64 + 82e852c commit 04ad815
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 04ad815

Please sign in to comment.