commit 99f9c467cee39e05f975dc19c307bc325a6f2357 Author: Stefan Topfstedt Date: Fri May 3 01:06:24 2013 -0400 1963476-new-changes diff --git a/core/modules/datetime/datetime.module b/core/modules/datetime/datetime.module index 8b71754..e9554ea 100644 --- a/core/modules/datetime/datetime.module +++ b/core/modules/datetime/datetime.module @@ -310,7 +310,9 @@ function datetime_date_default_time($date) { } /** - * Prepares variables for #datetime form element templates. + * Prepares variables for datetime form element templates. + * The datetime form element serves as a wrapper around the date element type, + * which creates a date and a time component for a date. * * Default template: datetime-form.html.twig. * @@ -368,7 +370,7 @@ function template_preprocess_datelist_form(&$variables) { } /** - * Prepares variables for datetime form element templates. + * Prepares variables for wrapper templates around the datetime form element. * * Default template: datetime-wrapper.html.twig. * @@ -392,7 +394,7 @@ function template_preprocess_datetime_wrapper(&$variables) { } /** - * Expands a #datetime element type into date and/or time elements. + * Expands a datetime element type into date and/or time elements. * * All form elements are designed to have sane defaults so any or all can be * omitted. Both the date and time components are configurable so they can be