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:
parent
29f5d94b76
commit
dbe7f56251
@ -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
Block a user