- Timestamp:
- 11/18/2013 11:11:01 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/page-templates/full-width.php
r26105 r26260 13 13 14 14 <?php 15 if ( is_front_page() && twentyfourteen_has_featured_posts() ) 15 if ( is_front_page() && twentyfourteen_has_featured_posts() ) { 16 16 get_template_part( 'featured-content' ); 17 } 17 18 ?> 18 19 … … 26 27 27 28 // If comments are open or we have at least one comment, load up the comment template. 28 if ( comments_open() || get_comments_number() ) 29 if ( comments_open() || get_comments_number() ) { 29 30 comments_template(); 31 } 30 32 endwhile; 31 33 ?>
Note: See TracChangeset
for help on using the changeset viewer.