Changeset 47122 for trunk/src/wp-content/themes/twentythirteen/image.php
- Timestamp:
- 01/29/2020 12:43:23 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/image.php
r45932 r47122 16 16 17 17 <?php 18 // Start the Loop.18 // Start the loop. 19 19 while ( have_posts() ) : 20 20 the_post(); … … 95 95 <?php comments_template(); ?> 96 96 97 <?php endwhile; // End the loop. ?>97 <?php endwhile; // End of the loop. ?> 98 98 99 99 </div><!-- #content -->
Note: See TracChangeset
for help on using the changeset viewer.