mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
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('/(\\\\0)+/', '', $string);
|
$string = preg_replace('/(\\\\0)+/', '', $string);
|
||||||
|
|
||||||
$string = preg_replace('/\xad+/', '', $string); # deals with Opera "feature"
|
|
||||||
|
|
||||||
return $string;
|
return $string;
|
||||||
} # function wp_kses_no_null
|
} # function wp_kses_no_null
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user