From b4a1cc7ea4583bcbbf038d41ff69fe6cf3e6dfa9 Mon Sep 17 00:00:00 2001 From: saxmatt Date: Sun, 9 May 2004 23:25:24 +0000 Subject: [PATCH] Fix so KSES works with Japanese encoding. git-svn-id: http://svn.automattic.com/wordpress/trunk@1253 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/kses.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/wp-includes/kses.php b/wp-includes/kses.php index 210a34ff50..5f333fb84f 100644 --- a/wp-includes/kses.php +++ b/wp-includes/kses.php @@ -411,8 +411,6 @@ function wp_kses_no_null($string) $string = preg_replace('/\0+/', '', $string); $string = preg_replace('/(\\\\0)+/', '', $string); - $string = preg_replace('/\xad+/', '', $string); # deals with Opera "feature" - return $string; } # function wp_kses_no_null