Issue #2452371 by Palashvijay4O: Remove @addtogroup themeable from theme.inc, only theme_indentation() needs it
parent
f971c18f96
commit
0c70a3a849
|
@ -402,11 +402,6 @@ function theme_settings_convert_to_config(array $theme_settings, Config $config)
|
|||
return $config;
|
||||
}
|
||||
|
||||
/**
|
||||
* @addtogroup themeable
|
||||
* @{
|
||||
*/
|
||||
|
||||
/**
|
||||
* Prepares variables for time templates.
|
||||
*
|
||||
|
@ -1088,6 +1083,8 @@ function template_preprocess_feed_icon(&$variables) {
|
|||
* @param $variables
|
||||
* An associative array containing:
|
||||
* - size: Optional. The number of indentations to create.
|
||||
*
|
||||
* @ingroup themeable
|
||||
*/
|
||||
function theme_indentation($variables) {
|
||||
$output = '';
|
||||
|
@ -1160,10 +1157,6 @@ function template_preprocess_maintenance_task_list(&$variables) {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @} End of "addtogroup themeable".
|
||||
*/
|
||||
|
||||
/**
|
||||
* Adds a default set of helper variables for preprocessors and templates.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue