Changeset 47122 for trunk/src/wp-content/themes/twentyfifteen/comments.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/comments.php
r45932 r47122 66 66 67 67 <?php 68 // If comments are closed and there are comments, let's leave a little note, shall we?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 ?>
Note: See TracChangeset
for help on using the changeset viewer.