diff --git a/wp-content/themes/twentyten/comments.php b/wp-content/themes/twentyten/comments.php index bc8efb137..7863ca106 100644 --- a/wp-content/themes/twentyten/comments.php +++ b/wp-content/themes/twentyten/comments.php @@ -36,7 +36,7 @@ number_format_i18n( get_comments_number() ), '' . get_the_title() . '' ); ?> - 1 ) : // Are there comments to navigate through? ?> + 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>