From a116f56918e4e78b01a96abc4cbd826b81ff39d6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 29 Aug 2005 02:06:34 +0100 Subject: enabled support for posts with blank content, fixes del.icio.us/popular feed --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index aac732232..03a10f945 100644 --- a/functions.php +++ b/functions.php @@ -119,7 +119,7 @@ if (!$entry_guid) $entry_guid = $item["link"]; if (!$entry_guid) continue; - + $entry_timestamp = ""; $rss_2_date = $item['pubdate']; @@ -149,7 +149,7 @@ if (!$entry_content) $entry_content = $item["content:escaped"]; if (!$entry_content) $entry_content = $item["content"]; - if (!$entry_content) continue; +// if (!$entry_content) continue; $content_hash = "SHA1:" . sha1(strip_tags($entry_content)); -- cgit v1.2.3