- Patch #153594 by profix898: usability: remove word 'settings' in blocks administration.

6.x
Dries Buytaert 2007-07-16 12:52:25 +00:00
parent 78031b77e1
commit 6f61409874
1 changed files with 1 additions and 2 deletions

View File

@ -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,