- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/inc/template-tags.php
r42343 r43571 19 19 // Are there comments to navigate through? 20 20 if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : 21 ?>21 ?> 22 22 <nav class="navigation comment-navigation" role="navigation"> 23 23 <h2 class="screen-reader-text"><?php _e( 'Comment navigation', 'twentyfifteen' ); ?></h2> … … 34 34 </div><!-- .nav-links --> 35 35 </nav><!-- .comment-navigation --> 36 <?php36 <?php 37 37 endif; 38 38 } … … 196 196 197 197 if ( is_singular() ) : 198 ?>198 ?> 199 199 200 200 <div class="post-thumbnail"> 201 <?php the_post_thumbnail(); ?>201 <?php the_post_thumbnail(); ?> 202 202 </div><!-- .post-thumbnail --> 203 203
Note: See TracChangeset
for help on using the changeset viewer.