Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
dbcf525d
Commit
dbcf525d
authored
Jan 03, 2007
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Patch
#106351
by hickory: fixed comment forms.
parent
17a9896b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/comment/comment.module
modules/comment/comment.module
+2
-2
No files found.
modules/comment/comment.module
View file @
dbcf525d
...
...
@@ -324,7 +324,7 @@ function comment_link($type, $node = NULL, $teaser = FALSE) {
'title'
=>
t
(
'Add new comment'
),
'href'
=>
"comment/reply/
$node->nid
"
,
'attributes'
=>
array
(
'title'
=>
t
(
'Add a new comment to this page.'
)),
'fragment'
=>
'comment
_
form'
'fragment'
=>
'comment
-
form'
);
}
else
{
...
...
@@ -345,7 +345,7 @@ function comment_link($type, $node = NULL, $teaser = FALSE) {
'title'
=>
t
(
'Add new comment'
),
'href'
=>
"comment/reply/
$node->nid
"
,
'attributes'
=>
array
(
'title'
=>
t
(
'Share your thoughts and opinions related to this posting.'
)),
'fragment'
=>
'comment
_
form'
'fragment'
=>
'comment
-
form'
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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