Changeset 43571 for trunk/src/wp-content/themes/twentyfifteen/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/twentyfifteen/image.php
r42343 r43571 17 17 while ( have_posts() ) : 18 18 the_post(); 19 ?>19 ?> 20 20 21 21 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> … … 67 67 ) 68 68 ); 69 ?>69 ?> 70 70 </div><!-- .entry-content --> 71 71
Note: See TracChangeset
for help on using the changeset viewer.