We had reverted this fix from [1253]

git-svn-id: https://develop.svn.wordpress.org/trunk@2919 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2005-09-26 16:06:58 +00:00
parent 29f5d94b76
commit dbe7f56251
1 changed files with 0 additions and 2 deletions

View File

@ -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