From 7142f4ec36244b25ee375be708066ae3b3e1fd47 Mon Sep 17 00:00:00 2001 From: ryan Date: Sat, 5 Jun 2010 14:55:18 +0000 Subject: [PATCH] Check if comment paging is on. Props iandstewart. fixes #13739 git-svn-id: http://svn.automattic.com/wordpress/trunk@15145 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyten/comments.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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? ?>