Right now the comment link is rendered if the $links variable is populated. The conditional should instead be checking $comment_count and $comments

Comments

Anonymous’s picture

Status: Active » Fixed

Fix committed to HEAD.

Change made to node.tpl.php (v1.3):
- Whether or not the comment link is displayed is determined by checking the $comment variable.

Change made to template.php (v1.6):
- Function nitobe_teaser_comment_link now uses $node->comment in addition to $node->comment_count.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.