commit 437c88e374b1734c906627ee4438b8b0c5979524 Author: Stefan Topfstedt Date: Sun May 5 21:07:39 2013 -0400 1963476-new-changes diff --git a/core/modules/datetime/datetime.module b/core/modules/datetime/datetime.module index e9554ea..622f5da 100644 --- a/core/modules/datetime/datetime.module +++ b/core/modules/datetime/datetime.module @@ -311,6 +311,7 @@ function datetime_date_default_time($date) { /** * 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. * @@ -370,7 +371,7 @@ function template_preprocess_datelist_form(&$variables) { } /** - * Prepares variables for wrapper templates around the datetime form element. + * Prepares variables for datetime form wrapper templates. * * Default template: datetime-wrapper.html.twig. * diff --git a/core/modules/datetime/templates/datetime-wrapper.html.twig b/core/modules/datetime/templates/datetime-wrapper.html.twig index eef6840..295bf2f 100644 --- a/core/modules/datetime/templates/datetime-wrapper.html.twig +++ b/core/modules/datetime/templates/datetime-wrapper.html.twig @@ -1,14 +1,13 @@ {# /** * @file - * Default theme implementation for datetime form wrapper. + * Default theme implementation of a datetime form wrapper. * * Available variables: * - content: The form element to be output, usually a datelist, or datetime. * - title: The title of the form element. * - attributes: Remaining HTML attributes for the form wrapper. - * - required: (optional) A required marker indicating that the form element is - * required. + * - required: (optional) A marker indicating that the form element is required. * * @see template_preprocess() * @see template_preprocess_datetime_wrapper()