From 7704bdc0068b90f6dd86691dc377b21e418f6768 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 9 Oct 2012 19:24:23 +0400 Subject: API: support comments count/url (2) --- include/functions.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/functions.php b/include/functions.php index 1970dcd60..44852a197 100644 --- a/include/functions.php +++ b/include/functions.php @@ -4647,9 +4647,6 @@ $headline_row["feed_title"] = $line["feed_title"]; - if (!$line["comments"] && $line["num_comments"] > 0) - $line["comments"] = $line["link"]; - $headline_row["comments_count"] = (int)$line["num_comments"]; $headline_row["comments_link"] = $line["comments"]; -- cgit v1.2.3