mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-04 02:19:14 +00:00
Comments -> comments
This commit is contained in:
@@ -797,7 +797,7 @@
|
||||
$entry_comments = "<a href=\"$comments_url\">$num_comments comments</a>";
|
||||
} else {
|
||||
if ($line["comments"] && $line["link"] != $line["comments"]) {
|
||||
$entry_comments = "<a href=\"".$line["comments"]."\">Comments</a>";
|
||||
$entry_comments = "<a href=\"".$line["comments"]."\">comments</a>";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user