From be9c7704daf2c2ddfe98bd11798774efb56991af Mon Sep 17 00:00:00 2001 From: Michael Silber Date: Sat, 19 Apr 2014 16:22:06 -0400 Subject: [PATCH] Move comments.php conditionals inside
tags to ensure section#comments and section#respond are always present to avoid breaking comments_link() function Line 54 __( --> _e( --- templates/comments.php | 49 ++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 26 deletions(-) diff --git a/templates/comments.php b/templates/comments.php index 1a93450..9d49fd5 100644 --- a/templates/comments.php +++ b/templates/comments.php @@ -2,9 +2,10 @@ if (post_password_required()) { return; } +?> - if (have_comments()) : ?> -
+
+

    @@ -12,36 +13,32 @@
1 && get_option('page_comments')) : ?> - + -
- -
+
+ +
-
- - - -
+
-
- + +
- -
+
+

@@ -76,5 +73,5 @@ ID); ?> -
- + +