We had reverted this fix from [1253]

git-svn-id: http://svn.automattic.com/wordpress/trunk@2919 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2005-09-26 16:06:58 +00:00
parent e655cf00e3
commit b226483656

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