- Patch #36029 by asimmonds: fixed typo that prevents 'admin - block - configure' from working.

4.7.x
Dries Buytaert 2005-11-03 15:39:37 +00:00
parent 76012bc70a
commit 7bd728ef4a
2 changed files with 2 additions and 2 deletions

View File

@ -358,7 +358,7 @@ function block_admin_configure($module = NULL, $delta = 0) {
'#type' => 'radios', '#type' => 'radios',
'#title' => t('Custom visibility settings'), '#title' => t('Custom visibility settings'),
'#default_value' => $edit['custom'], '#default_value' => $edit['custom'],
'#options' => array(t('Users cannot control whether or not they see this block.'), t('Show this block by default, but let individual users hide it.'), t('Hide this block by default but let individual users show it.')), t('Allow individual users to customize the visibility of this block in their account settings.'), '#options' => array(t('Users cannot control whether or not they see this block.'), t('Show this block by default, but let individual users hide it.'), t('Hide this block by default but let individual users show it.'), t('Allow individual users to customize the visibility of this block in their account settings.')),
'#default_value' => $edit['custom']); '#default_value' => $edit['custom']);

View File

@ -358,7 +358,7 @@ function block_admin_configure($module = NULL, $delta = 0) {
'#type' => 'radios', '#type' => 'radios',
'#title' => t('Custom visibility settings'), '#title' => t('Custom visibility settings'),
'#default_value' => $edit['custom'], '#default_value' => $edit['custom'],
'#options' => array(t('Users cannot control whether or not they see this block.'), t('Show this block by default, but let individual users hide it.'), t('Hide this block by default but let individual users show it.')), t('Allow individual users to customize the visibility of this block in their account settings.'), '#options' => array(t('Users cannot control whether or not they see this block.'), t('Show this block by default, but let individual users hide it.'), t('Hide this block by default but let individual users show it.'), t('Allow individual users to customize the visibility of this block in their account settings.')),
'#default_value' => $edit['custom']); '#default_value' => $edit['custom']);