Loading CHANGELOG.txt +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,8 @@ Date 7.x-3.x-dev, 2022-xx-xx By DamienMcKenna: Tidied CHANGELOG.txt file. #3019527 by steinmb, solideogloria, DamienMcKenna: Move DateObject class to an separate file. #3301664 by joelpittet, immaculatexavier, DamienMcKenna, franceslui: Help text of 'All Day' checkbox is difficult to interpret. Date 7.x-3.0-alpha1, 2021-08-27 Loading date_all_day/date_all_day.module +1 −1 Original line number Diff line number Diff line Loading @@ -195,7 +195,7 @@ function date_all_day_date_combo_process_alter(&$element, &$form_state, $context '#suffix' => '</div>', ); if (($instance['widget']['type'] == 'date_text')) { $element['all_day']['#description'] = t('If present, the time portion of the date string will be ignored when this option is checked.'); $element['all_day']['#description'] = t('When this option is checked, the time portion of the date/time value will be ignored.'); } } Loading Loading
CHANGELOG.txt +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,8 @@ Date 7.x-3.x-dev, 2022-xx-xx By DamienMcKenna: Tidied CHANGELOG.txt file. #3019527 by steinmb, solideogloria, DamienMcKenna: Move DateObject class to an separate file. #3301664 by joelpittet, immaculatexavier, DamienMcKenna, franceslui: Help text of 'All Day' checkbox is difficult to interpret. Date 7.x-3.0-alpha1, 2021-08-27 Loading
date_all_day/date_all_day.module +1 −1 Original line number Diff line number Diff line Loading @@ -195,7 +195,7 @@ function date_all_day_date_combo_process_alter(&$element, &$form_state, $context '#suffix' => '</div>', ); if (($instance['widget']['type'] == 'date_text')) { $element['all_day']['#description'] = t('If present, the time portion of the date string will be ignored when this option is checked.'); $element['all_day']['#description'] = t('When this option is checked, the time portion of the date/time value will be ignored.'); } } Loading