From b03bcd1c33a0c7feeabb18ef6e3782d07eed4cb2 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Fri, 4 Dec 2009 21:35:42 -0500 Subject: [PATCH] remove unnecessary comments --- functions.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/functions.php b/functions.php index 9de1cc2..2bb2a2f 100644 --- a/functions.php +++ b/functions.php @@ -208,11 +208,7 @@ function is_cp_theme_layout($choices) { if ($comicpress_options['remove_wptexturize']) { // Remove the wptexturizer from changing the quotes and squotes. - // remove_filter('the_content', 'wpautop'); - // remove_filter('the_title', 'wptexturize'); remove_filter('the_content', 'wptexturize'); - // remove_filter('the_excerpt', 'wptexturize'); - // remove_filter('comment_text', 'wptexturize'); } // WIDGETS WP 2.8 compatible ONLY, no backwards compatibility here.