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
@@ -46,7 +46,7 @@ function options_form(&$form, &$form_state) {
...
@@ -46,7 +46,7 @@ function options_form(&$form, &$form_state) {
$form['custom_date_format']=array(
$form['custom_date_format']=array(
'#type'=>'textfield',
'#type'=>'textfield',
'#title'=>t('Custom date format'),
'#title'=>t('Custom date format'),
'#description'=>t('If "Custom", see <a href="http://us.php.net/manual/en/function.date.php" target="_blank">the PHP docs</a> for date formats. Otherwise, enter the number of different time units to display, which defaults to 2.'),
'#description'=>t('If "Custom", see the <a href="@url" target="_blank">PHP manual</a> for date formats. Otherwise, enter the number of different time units to display, which defaults to 2.',array('@url'=>'http://php.net/manual/function.date.php')),