Changeset 26260 for trunk/src/wp-content/themes/twentyfourteen/single.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/single.php
r26217 r26260 21 21 22 22 // If comments are open or we have at least one comment, load up the comment template. 23 if ( comments_open() || get_comments_number() ) 23 if ( comments_open() || get_comments_number() ) { 24 24 comments_template(); 25 } 25 26 endwhile; 26 27 ?>
Note: See TracChangeset
for help on using the changeset viewer.