summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-07-07 04:48:37 +0100
committerAndrew Dolgov <[email protected]>2006-07-07 04:48:37 +0100
commit79b5d2d23f060e24993e4effc6ec86fe272adad2 (patch)
tree0b524914186a406c9b64808f0c3f5b6bf124c3bd /functions.php
parentc878bc0172b1fe9b17ffba95e4bc47c884e845e9 (diff)
another content type workaround in update_rss_feed
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php1
1 files changed, 1 insertions, 0 deletions
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"];