- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/comments.php
r42343 r43571 29 29 // You can start editing here -- including this comment! 30 30 if ( have_comments() ) : 31 ?>31 ?> 32 32 <h2 class="comments-title"> 33 33 <?php … … 78 78 // If comments are closed and there are comments, let's leave a little note, shall we? 79 79 if ( ! comments_open() && get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) : 80 ?>80 ?> 81 81 82 82 <p class="no-comments"><?php _e( 'Comments are closed.', 'twentyseventeen' ); ?></p> 83 <?php83 <?php 84 84 endif; 85 85
Note: See TracChangeset
for help on using the changeset viewer.