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
494e5ab9
Commit
494e5ab9
authored
Aug 28, 2005
by
Dries
Browse files
- Renamed 'user comments' to 'comment options' for consistency.'
parent
6ebe50b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/comment.module
View file @
494e5ab9
...
...
@@ -251,7 +251,7 @@ function comment_nodeapi(&$node, $op, $arg = 0) {
if
(
user_access
(
'administer comments'
))
{
$selected
=
isset
(
$node
->
comment
)
?
$node
->
comment
:
variable_get
(
"comment_
$node->type
"
,
2
);
$output
=
form_radios
(
''
,
'comment'
,
$selected
,
array
(
t
(
'Disabled'
),
t
(
'Read only'
),
t
(
'Read/write'
)));
return
form_group_collapsible
(
t
(
'
User comment
s'
),
$output
,
TRUE
);
return
form_group_collapsible
(
t
(
'
Comment option
s'
),
$output
,
TRUE
);
}
break
;
...
...
modules/comment/comment.module
View file @
494e5ab9
...
...
@@ -251,7 +251,7 @@ function comment_nodeapi(&$node, $op, $arg = 0) {
if
(
user_access
(
'administer comments'
))
{
$selected
=
isset
(
$node
->
comment
)
?
$node
->
comment
:
variable_get
(
"comment_
$node->type
"
,
2
);
$output
=
form_radios
(
''
,
'comment'
,
$selected
,
array
(
t
(
'Disabled'
),
t
(
'Read only'
),
t
(
'Read/write'
)));
return
form_group_collapsible
(
t
(
'
User comment
s'
),
$output
,
TRUE
);
return
form_group_collapsible
(
t
(
'
Comment option
s'
),
$output
,
TRUE
);
}
break
;
...
...
Write
Preview
Supports
Markdown
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