Changeset 43571 for trunk/src/wp-content/themes/twentysixteen/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/twentysixteen/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(); ?>> … … 64 64 ) 65 65 ); 66 ?>66 ?> 67 67 </div><!-- .entry-content --> 68 68 … … 92 92 '</span>' 93 93 ); 94 ?>94 ?> 95 95 </footer><!-- .entry-footer --> 96 96 </article><!-- #post-## -->
Note: See TracChangeset
for help on using the changeset viewer.