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
52dfd806
Commit
52dfd806
authored
Jan 01, 2002
by
Dries
Browse files
- Fixed a typo.
parent
be3f89b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/comment.module
View file @
52dfd806
...
...
@@ -544,7 +544,7 @@ function comment_link($type, $node = 0, $main = 0) {
function
comment_node_link
(
$node
)
{
if
(
user_access
(
"administer comments"
)
&&
comment_all
(
$node
->
nid
))
{
if
(
user_access
(
"administer comments"
)
&&
comment_
num_
all
(
$node
->
nid
))
{
/*
** Edit comments:
...
...
modules/comment/comment.module
View file @
52dfd806
...
...
@@ -544,7 +544,7 @@ function comment_link($type, $node = 0, $main = 0) {
function
comment_node_link
(
$node
)
{
if
(
user_access
(
"administer comments"
)
&&
comment_all
(
$node
->
nid
))
{
if
(
user_access
(
"administer comments"
)
&&
comment_
num_
all
(
$node
->
nid
))
{
/*
** Edit comments:
...
...
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