Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
69eb6a88
Commit
69eb6a88
authored
Mar 12, 2007
by
Dries
Browse files
- Patch
#123940
by Gman: anchor to comment form is mis-labeled.
parent
66b99866
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/comment/comment.module
View file @
69eb6a88
...
...
@@ -1815,10 +1815,10 @@ function theme_comment_post_forbidden($nid) {
else
{
// we cannot use drupal_get_destination() because these links sometimes appear on /node and taxo listing pages
if
(
variable_get
(
'comment_form_location'
,
COMMENT_FORM_SEPARATE_PAGE
)
==
COMMENT_FORM_SEPARATE_PAGE
)
{
$destination
=
"destination="
.
drupal_urlencode
(
"comment/reply/
$nid
#comment
_
form"
);
$destination
=
"destination="
.
drupal_urlencode
(
"comment/reply/
$nid
#comment
-
form"
);
}
else
{
$destination
=
"destination="
.
drupal_urlencode
(
"node/
$nid
#comment
_
form"
);
$destination
=
"destination="
.
drupal_urlencode
(
"node/
$nid
#comment
-
form"
);
}
if
(
variable_get
(
'user_register'
,
1
))
{
...
...
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