summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-10-09 19:24:23 +0400
committerAndrew Dolgov <[email protected]>2012-10-09 19:24:23 +0400
commit7704bdc0068b90f6dd86691dc377b21e418f6768 (patch)
treeef7b4d56d69def349c275720e54bc2a84f7be93d /include
parentff0ff5f064f1b3ec204754f61b5073fa476643fa (diff)
API: support comments count/url (2)
Diffstat (limited to 'include')
-rw-r--r--include/functions.php3
1 files changed, 0 insertions, 3 deletions
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"];