From cf53f4e0e040e18087867a6ff2a4fc3b5cb91e10 Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Wed, 2 Dec 2009 15:33:52 -0800 Subject: [PATCH] Fix for the static_blog function to disable commenting for comic blog posts completely. Signed-off-by: Philip M. Hofer (Frumph) --- functions/displaycomicpost.php | 2 +- options/postoptions.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/displaycomicpost.php b/functions/displaycomicpost.php index de461b1..6cd7495 100644 --- a/functions/displaycomicpost.php +++ b/functions/displaycomicpost.php @@ -66,7 +66,7 @@ function display_comic_post() { comment_status) { + if ('open' == $post->comment_status && !$comicpress_options['static_blog']) { if (comicpress_check_child_file('partials/commentlink') == false) { ?> /> - +