From 388c645a8b0caeeb32a2dc7472987af3da334adf Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 11 Apr 2011 16:43:54 +0400 Subject: block STRIP_UNSAFE_TAGS (force enable) --- functions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index f8ea2503e..98158029f 100644 --- a/functions.php +++ b/functions.php @@ -3754,9 +3754,9 @@ $res = trim($str); if (!$res) return ''; - if (get_pref($link, "STRIP_UNSAFE_TAGS", $owner) || $force_strip_tags) { - $res = $purifier->purify($res); - } +// if (get_pref($link, "STRIP_UNSAFE_TAGS", $owner) || $force_strip_tags) { + $res = $purifier->purify($res); +// } if (get_pref($link, "STRIP_IMAGES", $owner)) { $res = preg_replace('/]+>/is', '', $res); -- cgit v1.2.3-54-g00ecf