Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
3daa24de
Commit
3daa24de
authored
Sep 01, 2012
by
Angie Byron
Browse files
Issue
#1684930
by amontero: Added description to 'administer filters' permission.
parent
296124aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/filter/filter.module
View file @
3daa24de
...
...
@@ -349,6 +349,9 @@ function filter_admin_format_title($format) {
function
filter_permission
()
{
$perms
[
'administer filters'
]
=
array
(
'title'
=>
t
(
'Administer text formats and filters'
),
'description'
=>
t
(
'Define how text is handled by combining filters into <a href="@url">text formats</a>.'
,
array
(
'@url'
=>
url
(
'admin/config/content/formats'
),
)),
'restrict access'
=>
TRUE
,
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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