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
56e60eb0
Commit
56e60eb0
authored
Mar 08, 2010
by
webchick
Browse files
#594412
by mrfelton: Correctly label all site-owning super-admin permissions.
parent
726d3af2
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/node/node.module
View file @
56e60eb0
...
...
@@ -1414,6 +1414,7 @@ function node_permission() {
$perms
=
array
(
'administer content types'
=>
array
(
'title'
=>
t
(
'Administer content types'
),
'description'
=>
drupal_placeholder
(
array
(
'text'
=>
t
(
'Warning: Give to trusted roles only; this permission has security implications.'
))),
),
'administer nodes'
=>
array
(
'title'
=>
t
(
'Administer content'
),
...
...
modules/system/system.module
View file @
56e60eb0
...
...
@@ -207,6 +207,7 @@ function system_permission() {
),
'administer site configuration'
=>
array
(
'title'
=>
t
(
'Administer site configuration'
),
'description'
=>
drupal_placeholder
(
array
(
'text'
=>
t
(
'Warning: Give to trusted roles only; this permission has security implications.'
))),
),
'administer themes'
=>
array
(
'title'
=>
t
(
'Administer themes'
),
...
...
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