From 425102f97df6be19117aeb2a97188b106091b533 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Sat, 28 Nov 2009 15:55:14 -0500 Subject: [PATCH] add partial check for comic post content --- functions/displaycomicpost.php | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/functions/displaycomicpost.php b/functions/displaycomicpost.php index de461b1..60e9786 100644 --- a/functions/displaycomicpost.php +++ b/functions/displaycomicpost.php @@ -2,11 +2,11 @@ /** * Display comic post * Displays the post info for the comic - * - * + * + * */ -function display_comic_post() { +function display_comic_post() { global $post, $wp_query, $authordata, $comicpress_options; $first_comic = get_first_comic_permalink(); $last_comic = get_last_comic_permalink(); if (!$comicpress_options['disable_default_comic_nav']) { ?> @@ -54,9 +54,11 @@ function display_comic_post() {
- - - '
Pages: ', 'after' => '
', 'next_or_number' => 'number')); ?> + + + + '
Pages: ', 'after' => '
', 'next_or_number' => 'number')); ?> +
@@ -65,8 +67,8 @@ function display_comic_post() { '); ?>
- comment_status) { + comment_status) { if (comicpress_check_child_file('partials/commentlink') == false) { ?>
- \ No newline at end of file +?>