Changeset 43571 for trunk/src/wp-content/themes/twentysixteen/comments.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/comments.php
r42343 r43571 68 68 // If comments are closed and there are comments, let's leave a little note, shall we? 69 69 if ( ! comments_open() && get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) : 70 ?>70 ?> 71 71 <p class="no-comments"><?php _e( 'Comments are closed.', 'twentysixteen' ); ?></p> 72 72 <?php endif; ?> … … 79 79 ) 80 80 ); 81 ?>81 ?> 82 82 83 83 </div><!-- .comments-area -->
Note: See TracChangeset
for help on using the changeset viewer.