- Improved consistency.
parent
394fe19ac6
commit
199aab5ff5
|
@ -276,7 +276,7 @@ function block_admin_configure($module = NULL, $delta = 0) {
|
|||
|
||||
// Module-specific block configurations.
|
||||
if ($settings = module_invoke($module, 'block', 'configure', $delta)) {
|
||||
$form = form_group(t('Block-specific settings'), $settings);
|
||||
$form = form_group(t('Block specific settings'), $settings);
|
||||
}
|
||||
|
||||
foreach (node_list() as $type) {
|
||||
|
|
|
@ -276,7 +276,7 @@ function block_admin_configure($module = NULL, $delta = 0) {
|
|||
|
||||
// Module-specific block configurations.
|
||||
if ($settings = module_invoke($module, 'block', 'configure', $delta)) {
|
||||
$form = form_group(t('Block-specific settings'), $settings);
|
||||
$form = form_group(t('Block specific settings'), $settings);
|
||||
}
|
||||
|
||||
foreach (node_list() as $type) {
|
||||
|
|
Loading…
Reference in New Issue