#98384 by RobRoy. Add a space between two sentences.
parent
dc86807cfd
commit
599fe08929
|
@ -458,7 +458,7 @@ function block_admin_configure($module = NULL, $delta = 0) {
|
|||
|
||||
if ($access) {
|
||||
$options[] = t('Show if the following PHP code returns <code>TRUE</code> (PHP-mode, experts only).');
|
||||
$description .= t('If the PHP-mode is chosen, enter PHP code between %php. Note that executing incorrect PHP-code can break your Drupal site.', array('%php' => '<?php ?>'));
|
||||
$description .= ' '. t('If the PHP-mode is chosen, enter PHP code between %php. Note that executing incorrect PHP-code can break your Drupal site.', array('%php' => '<?php ?>'));
|
||||
}
|
||||
$form['page_vis_settings']['visibility'] = array(
|
||||
'#type' => 'radios',
|
||||
|
|
Loading…
Reference in New Issue