- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/inc/template-tags.php
r45932 r47122 164 164 165 165 if ( $all_the_cool_cats > 1 || is_preview() ) { 166 // This blog has more than 1 category so twentyfifteen_categorized_blog should return true.166 // This blog has more than 1 category so twentyfifteen_categorized_blog() should return true. 167 167 return true; 168 168 } else { 169 // This blog has only 1 category so twentyfifteen_categorized_blog should return false.169 // This blog has only 1 category so twentyfifteen_categorized_blog() should return false. 170 170 return false; 171 171 } … … 214 214 215 215 <?php 216 endif; // End is_singular() 216 endif; // End is_singular(). 217 217 } 218 218 endif; … … 276 276 * Fire the wp_body_open action. 277 277 * 278 * Added for backward s compatibility to support pre5.2.0 WordPress versions.278 * Added for backward compatibility to support pre-5.2.0 WordPress versions. 279 279 * 280 280 * @since Twenty Fifteen 2.5
Note: See TracChangeset
for help on using the changeset viewer.