From d197f0594b106f04f9f18121a6bf1cffac752a95 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Sun, 9 May 2004 23:25:24 +0000 Subject: [PATCH] Fix so KSES works with Japanese encoding. git-svn-id: https://develop.svn.wordpress.org/trunk@1253 602fd350-edb4-49c9-b593-d223f7449a82 --- 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