diff --git a/core/includes/form.inc b/core/includes/form.inc index 89435e4..256b377 100644 --- a/core/includes/form.inc +++ b/core/includes/form.inc @@ -2966,8 +2966,6 @@ function template_preprocess_form_element(&$variables) { * An associative array containing: * - element: An associative array containing the properties of the element. * Properties used: #required, #title, #id, #value, #description. - * - * @ingroup themeable */ function template_preprocess_form_element_label(&$variables) { $element = $variables['element'];