comments closed
-
I translated the theme to Swedish and found the word Comments closed, then I looked at the comments.php and found this:
<?php // If comments are closed and there are comments, let's leave a little note, shall we? if ( ! comments_open() && '0' != get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) : ?> <p class="nocomments"><?php _e( 'Comments are closed.', 'catch-kathmandu' ); ?></p> <?php endif; ?>
But when I disable comments I don’t see any text that says “Comments closed” why?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘comments closed’ is closed to new replies.