Changeset 26260 for trunk/src/wp-content/themes/twentyfourteen/index.php
- Timestamp:
- 11/18/2013 11:11:01 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/index.php
r25985 r26260 19 19 20 20 <?php 21 if ( is_front_page() && twentyfourteen_has_featured_posts() ) 21 if ( is_front_page() && twentyfourteen_has_featured_posts() ) { 22 22 get_template_part( 'featured-content' ); 23 } 23 24 ?> 24 25
Note: See TracChangeset
for help on using the changeset viewer.