Comments -> comments
This commit is contained in:
parent
1a6a9555ff
commit
672366bdf7
1 changed files with 1 additions and 1 deletions
|
@ -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>";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue