summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/functions.php b/functions.php
index 5e43a5677..9bd79629e 100644
--- a/functions.php
+++ b/functions.php
@@ -2608,17 +2608,6 @@
function sanitize_rss($link, $str) {
$res = $str;
-/* $res = preg_replace('/<script.*?>/i',
- "<p class=\"scriptWarn\">Disabled script: ", $res);
-
- $res = preg_replace('/<\/script.*?>/i', "</p>", $res); */
-
-/* $res = preg_replace('/<embed.*?>/i', "", $res);
-
- $res = preg_replace('/<object.*?>.*?<\/object>/i',
- "<p class=\"objectWarn\">(Disabled html object
- - flash or other embedded content)</p>", $res); */
-
if (get_pref($link, "STRIP_UNSAFE_TAGS")) {
$res = strip_tags($res, "<p><a><i><em><b><strong><blockquote><br><img>");
}