From dbe7f56251160bf2084f2073680bf14d5a7334d4 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Mon, 26 Sep 2005 16:06:58 +0000 Subject: [PATCH] We had reverted this fix from [1253] git-svn-id: https://develop.svn.wordpress.org/trunk@2919 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 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