summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-09-28 14:50:29 +0100
committerAndrew Dolgov <[email protected]>2006-09-28 14:50:29 +0100
commit8511f62fb36382d19c9b7742a5f31b20741088e6 (patch)
tree37cc81a3482674e7aa9a4b806fc4fd6fd0fae816 /functions.php
parent5d59d6345f02d3e27b881b3744ca435dc6946487 (diff)
disable flash disabling in sanitize_rss
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 2 insertions, 2 deletions
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', "</p>", $res);
- $res = preg_replace('/<embed.*?>/i', "", $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);
+ - flash or other embedded content)</p>", $res); */
return $res;
}