Skip to content
Snippets Groups Projects
Commit 599fe089 authored by Neil Drumm's avatar Neil Drumm :wave:
Browse files

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

parent dc86807c
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -458,7 +458,7 @@ function block_admin_configure($module = NULL, $delta = 0) { ...@@ -458,7 +458,7 @@ function block_admin_configure($module = NULL, $delta = 0) {
if ($access) { if ($access) {
$options[] = t('Show if the following PHP code returns <code>TRUE</code> (PHP-mode, experts only).'); $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( $form['page_vis_settings']['visibility'] = array(
'#type' => 'radios', '#type' => 'radios',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment