diff --git a/fp-includes/core/core.wp-default-filters.php b/fp-includes/core/core.wp-default-filters.php index 25c8ba2..a7f198a 100755 --- a/fp-includes/core/core.wp-default-filters.php +++ b/fp-includes/core/core.wp-default-filters.php @@ -14,15 +14,14 @@ add_filter('the_excerpt', 'wptexturize'); add_filter('bloginfo', 'wptexturize'); // Comments, trackbacks, pingbacks +add_filter('pre_comment_author_name', 'stripslashes'); add_filter('pre_comment_author_name', 'trim'); add_filter('pre_comment_author_name', 'wp_specialchars', 30); add_filter('pre_comment_author_email', 'trim'); add_filter('pre_comment_fauthor_email', 'sanitize_email'); -add_filter('pre_comment_author_name', 'wp_specialchars', 30); add_filter('pre_comment_author_url', 'trim'); -//add_filter('pre_comment_author_url', 'clean_url'); add_filter('pre_comment_content', 'stripslashes', 1);