#92149 by Egon Bianchet. Fix an uncapitalized link.

5.x
Neil Drumm 2006-11-10 08:37:20 +00:00
parent b1a6f1d678
commit 337c2f9b5d
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ function comment_link($type, $node = NULL, $teaser = FALSE) {
if ($node->comment == COMMENT_NODE_READ_WRITE) {
if (user_access('post comments')) {
$links['comment_add'] = array(
'title' => t('add new comment'),
'title' => t('Add new comment'),
'href' => "comment/reply/$node->nid",
'attributes' => array('title' => t('Add a new comment to this page.')),
'fragment' => 'comment_form'