From bff1a3a13bfea4c6531ac92bcbb774d05e51cd47 Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Sun, 6 Sep 2009 19:44:29 -0700 Subject: [PATCH] upgrade 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 5bd0d8e..1bc0555 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.3'; +$comicpress_version = '2.8.1.4'; // Remove the wptexturizer from changing the quotes and squotes. // remove_filter('the_title', 'wptexturize');