Changeset 47122 for trunk/src/wp-content/themes/twentyfifteen/image.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/image.php
r45209 r47122 14 14 15 15 <?php 16 // Start the loop.16 // Start the loop. 17 17 while ( have_posts() ) : 18 18 the_post(); … … 78 78 79 79 <?php 80 // If comments are open or we have at least one comment, load up the comment template 80 // If comments are open or we have at least one comment, load up the comment template. 81 81 if ( comments_open() || get_comments_number() ) : 82 82 comments_template();
Note: See TracChangeset
for help on using the changeset viewer.