Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
337c2f9b
Commit
337c2f9b
authored
Nov 10, 2006
by
Neil Drumm
Browse files
#92149
by Egon Bianchet. Fix an uncapitalized link.
parent
b1a6f1d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/comment/comment.module
View file @
337c2f9b
...
...
@@ -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
(
'
a
dd new comment'
),
'title'
=>
t
(
'
A
dd new comment'
),
'href'
=>
"comment/reply/
$node->nid
"
,
'attributes'
=>
array
(
'title'
=>
t
(
'Add a new comment to this page.'
)),
'fragment'
=>
'comment_form'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment