From 79b5d2d23f060e24993e4effc6ec86fe272adad2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 7 Jul 2006 04:48:37 +0100 Subject: another content type workaround in update_rss_feed --- functions.php | 1 + 1 file changed, 1 insertion(+) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 61b35a901..0f679e964 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"]; -- cgit v1.2.3