From: Andrew Dolgov Date: Fri, 7 Jul 2006 03:48:37 +0000 (+0100) Subject: another content type workaround in update_rss_feed X-Git-Tag: 1.2.1~3 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=79b5d2d23f060e24993e4effc6ec86fe272adad2;p=tt-rss.git another content type workaround in update_rss_feed --- diff --git a/functions.php b/functions.php index 61b35a90..0f679e96 100644 --- a/functions.php +++ b/functions.php @@ -436,6 +436,7 @@ if (!$entry_content) $entry_content = $item["content:encoded"]; if (!$entry_content) $entry_content = $item["content"]; + if (!$entry_content) $entry_content = $item["atom_content"]; if (!$entry_content) $entry_content = $item["summary"]; if (!$entry_content) $entry_content = $item["description"];