- Patch #36029 by asimmonds: fixed typo that prevents 'admin - block - configure' from working.
parent
76012bc70a
commit
7bd728ef4a
|
@ -358,7 +358,7 @@ function block_admin_configure($module = NULL, $delta = 0) {
|
|||
'#type' => 'radios',
|
||||
'#title' => t('Custom visibility settings'),
|
||||
'#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']);
|
||||
|
||||
|
||||
|
|
|
@ -358,7 +358,7 @@ function block_admin_configure($module = NULL, $delta = 0) {
|
|||
'#type' => 'radios',
|
||||
'#title' => t('Custom visibility settings'),
|
||||
'#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']);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue