2.8.1.11 Commit.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
d8c0e1aa82
commit
60ba6097f3
|
@ -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');
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
<?php if ($post->comment_status != 'closed') { ?><div class="comment-link"><?php comments_popup_link('<span class="comment-balloon comment-balloon-empty">”</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">”</span>Comment ', '<span class="comment-balloon">1</span>Comment ', '<span class="comment-balloon">%</span>Comment '); ?></div>
|
||||
<?php } ?>
|
||||
|
|
|
@ -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">”</span>Comment ', '<span class="comment-balloon">1</span>Comment ', '<span class="comment-balloon">%</span>Comment '); ?>
|
||||
</div>
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
<?php if ($post->comment_status != 'closed') { ?><div class="comment-link"><?php comments_popup_link('<span class="comment-balloon comment-balloon-empty">”</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">”</span>Comment ', '<span class="comment-balloon">1</span>Comment ', '<span class="comment-balloon">%</span>Comment '); ?></div>
|
||||
<?php } ?>
|
||||
|
|
Loading…
Reference in New Issue