diff --git a/wp-includes/comment-template.php b/wp-includes/comment-template.php index 3d9e1d5603..1b3032fb04 100644 --- a/wp-includes/comment-template.php +++ b/wp-includes/comment-template.php @@ -907,7 +907,7 @@ function comments_template( $file = '/comments.php', $separate_comments = false $overridden_cpage = true; } - if ( !defined('COMMENTS_TEMPLATE') || !COMMENTS_TEMPLATE) + if ( !defined('COMMENTS_TEMPLATE') ) define('COMMENTS_TEMPLATE', true); $include = apply_filters('comments_template', STYLESHEETPATH . $file );