Changeset 43571 for trunk/src/wp-content/themes/twentythirteen/image.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/image.php
r42343 r43571 19 19 while ( have_posts() ) : 20 20 the_post(); 21 ?>21 ?> 22 22 23 23 <article id="post-<?php the_ID(); ?>" <?php post_class( 'image-attachment' ); ?>> … … 92 92 </article><!-- #post --> 93 93 94 <?php comments_template(); ?>94 <?php comments_template(); ?> 95 95 96 96 <?php endwhile; // End the loop. ?>
Note: See TracChangeset
for help on using the changeset viewer.