diff --git a/functions.php b/functions.php index 56c778071..c218b6876 100644 --- a/functions.php +++ b/functions.php @@ -2394,11 +2394,11 @@ $res = preg_replace('/<\/script.*?>/i', "

", $res); - $res = preg_replace('//i', "", $res); +/* $res = preg_replace('//i', "", $res); $res = preg_replace('/.*?<\/object>/i', "

(Disabled html object - - flash or other embedded content)

", $res); + - flash or other embedded content)

", $res); */ return $res; }