From 10130125b572c3f9ea859739e5ccdf3f0e4d664d Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Sat, 5 Dec 2009 10:50:36 -0800 Subject: [PATCH] Re Added the commented out remove_filter code Signed-off-by: Philip M. Hofer (Frumph) --- functions.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/functions.php b/functions.php index 4ccf03c..3a75281 100644 --- a/functions.php +++ b/functions.php @@ -199,6 +199,11 @@ function is_cp_theme_layout($choices) { if ($comicpress_options['remove_wptexturize']) { // Remove the wptexturizer from changing the quotes and squotes. remove_filter('the_content', 'wptexturize'); + // These are left here so they dont have to be looked up every single time. + // remove_filter('the_content', 'wpautop'); + // remove_filter('the_title', 'wptexturize'); + // remove_filter('the_excerpt', 'wptexturize'); + // remove_filter('comment_text', 'wptexturize'); } // WIDGETS WP 2.8 compatible ONLY, no backwards compatibility here.