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:
parent
e655cf00e3
commit
b226483656
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue