#98384 by RobRoy. Add a space between two sentences.

5.x
Neil Drumm 2006-11-25 08:46:31 +00:00
parent dc86807cfd
commit 599fe08929
1 changed files with 1 additions and 1 deletions

View File

@ -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',