Changeset 40908
- Timestamp:
- 06/15/2017 12:05:09 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentysixteen/inc/template-tags.php
r40851 r40908 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;
Note: See TracChangeset
for help on using the changeset viewer.