another content type workaround in update_rss_feed

This commit is contained in:
Andrew Dolgov 2006-07-07 04:48:37 +01:00
parent c878bc0172
commit 79b5d2d23f
1 changed files with 1 additions and 0 deletions

View File

@ -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"];