2.8.1.11 Commit.

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
Philip M. Hofer (Frumph) 2009-09-19 20:37:50 -07:00
parent d8c0e1aa82
commit 60ba6097f3
4 changed files with 8 additions and 4 deletions

View File

@ -5,7 +5,7 @@ if (function_exists('id_get_comment_number')) {
remove_filter('comments_number','id_get_comment_number');
}
$comicpress_version = '2.8.1.10';
$comicpress_version = '2.8.1.11';
// Remove the wptexturizer from changing the quotes and squotes.
// remove_filter('the_content', 'wpautop');

View File

@ -1 +1,3 @@
<?php if ($post->comment_status != 'closed') { ?><div class="comment-link"><?php comments_popup_link('<span class="comment-balloon comment-balloon-empty">&rdquo;</span>Comment ', '<span class="comment-balloon">1</span>Comment ', '<span class="comment-balloon">%</span>Comment '); ?></div><?php } ?>
<?php global $post; if ($post->comment_status != 'closed') { ?>
<div class="comment-link"><?php comments_popup_link('<span class="comment-balloon comment-balloon-empty">&rdquo;</span>Comment ', '<span class="comment-balloon">1</span>Comment ', '<span class="comment-balloon">%</span>Comment '); ?></div>
<?php } ?>

View File

@ -1,4 +1,4 @@
<?php if ($post->comment_status != 'closed') { ?>
<?php global $post; if ($post->comment_status != 'closed') { ?>
<div class="comment-link">
<?php comments_popup_link('<span class="comment-balloon comment-balloon-empty">&rdquo;</span>Comment ', '<span class="comment-balloon">1</span>Comment ', '<span class="comment-balloon">%</span>Comment '); ?>
</div>

View File

@ -1 +1,3 @@
<?php if ($post->comment_status != 'closed') { ?><div class="comment-link"><?php comments_popup_link('<span class="comment-balloon comment-balloon-empty">&rdquo;</span>Comment ', '<span class="comment-balloon">1</span>Comment ', '<span class="comment-balloon">%</span>Comment '); ?></div><?php } ?>
<?php global $post; if ($post->comment_status != 'closed') { ?>
<div class="comment-link"><?php comments_popup_link('<span class="comment-balloon comment-balloon-empty">&rdquo;</span>Comment ', '<span class="comment-balloon">1</span>Comment ', '<span class="comment-balloon">%</span>Comment '); ?></div>
<?php } ?>