- 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/contributors.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 … … 36 37 <?php 37 38 // If comments are open or we have at least one comment, load up the comment template. 38 if ( comments_open() || get_comments_number() ) 39 if ( comments_open() || get_comments_number() ) { 39 40 comments_template(); 41 } 40 42 endwhile; 41 43 ?>
Note: See TracChangeset
for help on using the changeset viewer.