diff --git a/functions.php b/functions.php index 5e43a567..9bd79629 100644 --- a/functions.php +++ b/functions.php @@ -2608,17 +2608,6 @@ function sanitize_rss($link, $str) { $res = $str; -/* $res = preg_replace('//i', - "

Disabled script: ", $res); - - $res = preg_replace('/<\/script.*?>/i', "

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

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

", $res); */ - if (get_pref($link, "STRIP_UNSAFE_TAGS")) { $res = strip_tags($res, "


"); }