Wasn't displaying comments when comments were closed. With the new WordPress option to expire commenting on old posts (to keep discussion current) its still nice to read the old discussions.

This commit is contained in:
mindfaucet 2009-11-30 10:40:08 -07:00
parent b12cf93083
commit c32fae115a
1 changed files with 3 additions and 3 deletions

View File

@ -116,9 +116,9 @@
$post = $temppost; $wp_query = $temp_query; $temppost = null; $temp_query = null;
}
}
if ('open' == $post->comment_status) {
comments_template('', true);
}
comments_template('', true);
?>
<?php else: ?>