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
53f1310a
Commit
53f1310a
authored
Mar 03, 2010
by
Dries
Browse files
- Patch
#705146
by yched: improved the UI.
parent
1cb0e254
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/comment/comment.module
View file @
53f1310a
...
...
@@ -116,7 +116,7 @@ function comment_entity_info() {
foreach
(
node_type_get_names
()
as
$type
=>
$name
)
{
$return
[
'comment'
][
'bundles'
][
'comment_node_'
.
$type
]
=
array
(
'label'
=>
$name
,
'label'
=>
t
(
'@node_type comment'
,
array
(
'@node_type'
=>
$name
))
,
'admin'
=>
array
(
// Place the Field UI paths for comments one level below the
// corresponding paths for nodes, so that they appear in the same set
...
...
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