summaryrefslogtreecommitdiff
path: root/include/rssfuncs.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/rssfuncs.php')
-rw-r--r--include/rssfuncs.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php
index fbe671ca4..2aaff67cf 100644
--- a/include/rssfuncs.php
+++ b/include/rssfuncs.php
@@ -769,10 +769,6 @@
//print_r($entry_tags);
}
- # sanitize content
- $entry_content = sanitize_article_content($entry_content);
- $entry_title = sanitize_article_content($entry_title);
-
if ($debug_enabled) {
_debug("update_rss_feed: done collecting data [TITLE:$entry_title]");
}