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
6f614098
Commit
6f614098
authored
Jul 16, 2007
by
Dries
Browse files
- Patch
#153594
by profix898: usability: remove word 'settings' in blocks administration.
parent
78031b77
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/block/block.module
View file @
6f614098
...
...
@@ -104,8 +104,7 @@ function block_menu() {
$default
=
variable_get
(
'theme_default'
,
'garland'
);
foreach
(
list_themes
()
as
$key
=>
$theme
)
{
$items
[
'admin/build/block/list/'
.
$key
]
=
array
(
'title'
=>
'!key settings'
,
'title arguments'
=>
array
(
'!key'
=>
$theme
->
info
[
'name'
]),
'title'
=>
check_plain
(
$theme
->
info
[
'name'
]),
'page arguments'
=>
array
(
'block_admin_display'
,
$key
),
'type'
=>
$key
==
$default
?
MENU_DEFAULT_LOCAL_TASK
:
MENU_LOCAL_TASK
,
'weight'
=>
$key
==
$default
?
-
10
:
0
,
...
...
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