From 8511f62fb36382d19c9b7742a5f31b20741088e6 Mon Sep 17 00:00:00 2001
From: Andrew Dolgov
Date: Thu, 28 Sep 2006 14:50:29 +0100
Subject: [PATCH] disable flash disabling in sanitize_rss
---
functions.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/functions.php b/functions.php
index 56c77807..c218b687 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;
}
--
2.39.5