#92149 by Egon Bianchet. Fix an uncapitalized link.
parent
b1a6f1d678
commit
337c2f9b5d
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue