diff --git a/functions.php b/functions.php index 0e8595a..ce72cd1 100644 --- a/functions.php +++ b/functions.php @@ -762,7 +762,8 @@ function comicpress_check_themepack_file($filename = '') { global $themepack_directory; if (empty($filename)) return false; if ( ($themepack_directory != 'none' && !empty($themepack_directory) ) && file_exists(get_template_directory() . '/themepack/'.$themepack_directory.'/'.$filename) ) { - include(get_template_directory() . '/themepack/' .$themepack_directory. '/'.$filename); + $uhohkay = include(get_template_directory() . '/themepack/' .$themepack_directory. '/'.$filename); + echo "got here".$uhohkay; return true; } return false; diff --git a/themepack/drippy/commentlink.php b/themepack/drippy/commentlink.php index fdcdd6a..8dbbc12 100644 --- a/themepack/drippy/commentlink.php +++ b/themepack/drippy/commentlink.php @@ -1 +1 @@ -comment_status) { ?> +comment_status != 'closed') { ?> diff --git a/themepack/silver/commentlink.php b/themepack/silver/commentlink.php index fdcdd6a..f1c5aa3 100644 --- a/themepack/silver/commentlink.php +++ b/themepack/silver/commentlink.php @@ -1 +1,5 @@ -comment_status) { ?> +comment_status != 'closed') { ?> + + diff --git a/themepack/spacecase/commentlink.php b/themepack/spacecase/commentlink.php index fdcdd6a..8dbbc12 100644 --- a/themepack/spacecase/commentlink.php +++ b/themepack/spacecase/commentlink.php @@ -1 +1 @@ -comment_status) { ?> +comment_status != 'closed') { ?> diff --git a/themepack/twopointfive/commentlink.php b/themepack/twopointfive/commentlink.php index a2106be..e19a185 100644 --- a/themepack/twopointfive/commentlink.php +++ b/themepack/twopointfive/commentlink.php @@ -1 +1 @@ -comment_status) { ?> +comment_status != 'closed') { ?>