diff --git a/core/includes/form.inc b/core/includes/form.inc index 46122f8..80b23b9 100644 --- a/core/includes/form.inc +++ b/core/includes/form.inc @@ -1068,7 +1068,6 @@ function template_preprocess_fieldset(&$variables) { * Properties used: #attributes, #children, #open, * #description, #id, #title, #value, #optional. * - * @ingroup themeable */ function template_preprocess_details(&$variables) { $element = $variables['element']; @@ -2292,7 +2291,6 @@ function form_process_autocomplete($element, &$form_state) { * An associative array containing: * - element: An associative array containing the properties of the element. * - * @ingroup themeable */ function template_preprocess_input(&$variables) { $element = $variables['element']; @@ -2850,7 +2848,6 @@ function form_process_file($element) { * Properties used: #title, #title_display, #description, #id, #required, * #children, #type, #name. * - * @ingroup themeable */ function template_preprocess_form_element(&$variables) { $element = &$variables['element']; diff --git a/core/modules/system/system.admin.inc b/core/modules/system/system.admin.inc index 75f1c60..3be2ce2 100644 --- a/core/modules/system/system.admin.inc +++ b/core/modules/system/system.admin.inc @@ -94,7 +94,6 @@ function _system_is_incompatible(&$incompatible, $files, Extension $file) { * contain the keys 'title', 'link_path', and 'localized_options', which are * passed to l(). A 'description' key may also be provided. * - * @ingroup themeable */ function template_preprocess_admin_block_content(&$variables) { if (!empty($variables['content'])) { @@ -127,7 +126,6 @@ function template_preprocess_admin_block_content(&$variables) { * will control which container it will be in. This is usually 'left' or * 'right'. * - * @ingroup themeable */ function template_preprocess_admin_page(&$variables) { $variables['system_compact_link'] = array( @@ -229,7 +227,6 @@ function theme_system_admin_index($variables) { * - REQUIREMENT_WARNING: The requirement failed with a warning. * - REQUIREMENT_ERROR: The requirement failed with an error. * - * @ingroup themeable */ function template_preprocess_status_report(&$variables) { $severities = array( @@ -427,7 +424,6 @@ function theme_system_modules_uninstall($variables) { * - theme_groups: An associative array containing groups of themes. * - theme_group_titles: An associative array containing titles of themes. * - * @ingroup themeable */ function template_preprocess_system_themes_page(&$variables) { $groups = array();