forked from mirror/_s
Merge pull request #841 from davidakennedy/master
Fix failing build in Travis
This commit is contained in:
commit
04ad815b18
|
@ -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,
|
||||||
) );
|
) );
|
||||||
|
|
Reference in New Issue