- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentysixteen/inc/template-tags.php
r45932 r47122 148 148 149 149 <?php 150 endif; // End is_singular() 150 endif; // End is_singular(). 151 151 } 152 152 endif; … … 229 229 230 230 if ( $all_the_cool_cats > 1 || is_preview() ) { 231 // This blog has more than 1 category so twentysixteen_categorized_blog should return true.231 // This blog has more than 1 category so twentysixteen_categorized_blog() should return true. 232 232 return true; 233 233 } else { 234 // This blog has only 1 category so twentysixteen_categorized_blog should return false.234 // This blog has only 1 category so twentysixteen_categorized_blog() should return false. 235 235 return false; 236 236 } … … 272 272 * Fire the wp_body_open action. 273 273 * 274 * Added for backward s compatibility to support pre5.2.0 WordPress versions.274 * Added for backward compatibility to support pre-5.2.0 WordPress versions. 275 275 * 276 276 * @since Twenty Sixteen 2.0
Note: See TracChangeset
for help on using the changeset viewer.