commit d3bcfd98e80922555b183dc48b7c31bfb3f4ba53 Author: Stefan Topfstedt Date: Fri Apr 26 12:42:18 2013 -0400 1963476-new-changes. diff --git a/core/modules/datetime/datetime.module b/core/modules/datetime/datetime.module index 10a5f2c..8b71754 100644 --- a/core/modules/datetime/datetime.module +++ b/core/modules/datetime/datetime.module @@ -320,7 +320,6 @@ function datetime_date_default_time($date) { * Properties used: #title, #value, #options, #description, #required, * #attributes. * - * @ingroup themeable * @see form_process_datetime() */ function template_preprocess_datetime_form(&$variables) { @@ -350,8 +349,6 @@ function template_preprocess_datetime_form(&$variables) { * - element: An associative array containing the properties of the element. * Properties used: #title, #value, #options, #description, #required, * #attributes. - * - * @ingroup themeable */ function template_preprocess_datelist_form(&$variables) { @@ -379,8 +376,6 @@ function template_preprocess_datelist_form(&$variables) { * An associative array containing: * - element: An associative array containing the properties of the element. * Properties used: #title, #children, #required, #attributes. - * - * @ingroup themeable */ function template_preprocess_datetime_wrapper(&$variables) { $element = $variables['element']; diff --git a/core/modules/datetime/templates/datetime-wrapper.html.twig b/core/modules/datetime/templates/datetime-wrapper.html.twig index 52ce06f..eef6840 100644 --- a/core/modules/datetime/templates/datetime-wrapper.html.twig +++ b/core/modules/datetime/templates/datetime-wrapper.html.twig @@ -7,7 +7,8 @@ * - 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 required marker indicating that the form element is + * required. * * @see template_preprocess() * @see template_preprocess_datetime_wrapper()