From 3f85aae174a69eb8936548cbe3b05eda9c38099f Mon Sep 17 00:00:00 2001 From: Philip Arthur Moore Date: Thu, 28 Feb 2013 11:33:36 -0600 Subject: [PATCH] Fix spacing and tabbing problems in page.php introduced in 413403827878875d1fd3505e442a0448d77120ff and 054aa194a7d86ee090836aad946aac04cc0e7fc8 --- page.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/page.php b/page.php index 6b97caca..075a0985 100644 --- a/page.php +++ b/page.php @@ -21,10 +21,10 @@ get_header(); ?> + // If comments are open or we have at least one comment, load up the comment template + if ( comments_open() || '0' != get_comments_number() ) + comments_template( '', true ); + ?>