Fix typo
This commit is contained in:
parent
c2a06502b7
commit
4ba652edfe
|
@ -104,10 +104,10 @@ if ( ! function_exists( 'understrap_categorized_blog' ) ) {
|
|||
set_transient( 'understrap_categories', $all_the_cool_cats );
|
||||
}
|
||||
if ( $all_the_cool_cats > 1 ) {
|
||||
// This blog has more than 1 category so components_categorized_blog should return true.
|
||||
// This blog has more than 1 category so understrap_categorized_blog should return true.
|
||||
return true;
|
||||
} else {
|
||||
// This blog has only 1 category so components_categorized_blog should return false.
|
||||
// This blog has only 1 category so understrap_categorized_blog should return false.
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Reference in New Issue