From b226483656dbca73c7433edd3ebb2b8214dab185 Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 26 Sep 2005 16:06:58 +0000 Subject: [PATCH] We had reverted this fix from [1253] git-svn-id: http://svn.automattic.com/wordpress/trunk@2919 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 ecb0376132..1e105d3b07 100644 --- a/wp-includes/kses.php +++ b/wp-includes/kses.php @@ -377,8 +377,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