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
199aab5f
Commit
199aab5f
authored
Apr 18, 2005
by
Dries
Browse files
- Improved consistency.
parent
394fe19a
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/block.module
View file @
199aab5f
...
...
@@ -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
)
{
...
...
modules/block/block.module
View file @
199aab5f
...
...
@@ -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
)
{
...
...
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