commit d880aeaca5e729f25f9d80801550326e65c79185 Author: Joel Pittet Date: Mon May 12 20:47:23 2014 -0700 59 diff --git a/core/includes/form.inc b/core/includes/form.inc index 4c1492d..73e13f0 100644 --- a/core/includes/form.inc +++ b/core/includes/form.inc @@ -2324,7 +2324,8 @@ function form_process_autocomplete($element, &$form_state) { } /** - * Returns HTML for an input form element. + * Prepares variables for input templates. + * * Default template: input.html.twig. * * @param array $variables diff --git a/core/modules/system/templates/input.html.twig b/core/modules/system/templates/input.html.twig index 9b2522c..209bdd0 100644 --- a/core/modules/system/templates/input.html.twig +++ b/core/modules/system/templates/input.html.twig @@ -3,9 +3,9 @@ * @file * Default theme implementation for an 'input' #type form element. * - * Available variables + * Available variables: * - attributes: A list of HTML attributes for the input element. - * - children: The rendered input. + * - children: The rendered child elements. * * @see template_preprocess_input() *