Merge pull request #841 from davidakennedy/master

Fix failing build in Travis
This commit is contained in:
David A. Kennedy 2015-10-29 13:17:31 -04:00
commit 04ad815b18
1 changed files with 0 additions and 1 deletions

View File

@ -88,7 +88,6 @@ function _s_categorized_blog() {
$all_the_cool_cats = get_categories( array( $all_the_cool_cats = get_categories( array(
'fields' => 'ids', 'fields' => 'ids',
'hide_empty' => 1, 'hide_empty' => 1,
// We only need to know if there is more than one category. // We only need to know if there is more than one category.
'number' => 2, 'number' => 2,
) ); ) );