Ticket #39531: 39531.2.patch
File 39531.2.patch, 589 bytes (added by , 8 years ago) |
---|
-
src/wp-content/themes/twentysixteen/inc/template-tags.php
213 213 set_transient( 'twentysixteen_categories', $all_the_cool_cats ); 214 214 } 215 215 216 if ( $all_the_cool_cats > 1 ) {216 if ( $all_the_cool_cats > 1 || is_preview() ) { 217 217 // This blog has more than 1 category so twentysixteen_categorized_blog should return true. 218 218 return true; 219 219 } else {