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
@@ -204,7 +204,7 @@ function block_admin_configure($form, &$form_state, $module, $delta) {
'#type'=>'textfield',
'#title'=>t('Block title'),
'#maxlength'=>64,
'#description'=>$block->module=='block'?t('The title of the block as shown to the user.'):t('Override the default title for the block. Use <em><none></em> to display no title, or leave blank to use the default block title.'),
'#description'=>$block->module=='block'?t('The title of the block as shown to the user.'):t('Override the default title for the block. Use <em>!placeholder</em> to display no title, or leave blank to use the default block title.',array('!placeholder'=>'<none>')),