From bdf4ee7cbcd6ebf476fafccff72b6da30cd61072 Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Tue, 29 Sep 2009 16:23:05 -0700 Subject: [PATCH] 2.8.1.13 Signed-off-by: Philip M. Hofer (Frumph) --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 0c54c28..8bbf989 100644 --- a/functions.php +++ b/functions.php @@ -5,7 +5,7 @@ if (function_exists('id_get_comment_number')) { remove_filter('comments_number','id_get_comment_number'); } -$comicpress_version = '2.8.1.12'; +$comicpress_version = '2.8.1.13'; // Remove the wptexturizer from changing the quotes and squotes. // remove_filter('the_content', 'wpautop');