remove unnecessary comments
This commit is contained in:
parent
28e967e804
commit
b03bcd1c33
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue