- Patch #1043552: fixed typo in comment inside theme_disable().
parent
d8ea777b5e
commit
3c945b51aa
|
@ -1302,7 +1302,7 @@ function theme_disable($theme_list) {
|
||||||
menu_rebuild();
|
menu_rebuild();
|
||||||
drupal_theme_rebuild();
|
drupal_theme_rebuild();
|
||||||
|
|
||||||
// Invoke hook_themes_enabled after the themes have been enabled.
|
// Invoke hook_themes_disabled after the themes have been disabled.
|
||||||
module_invoke_all('themes_disabled', $theme_list);
|
module_invoke_all('themes_disabled', $theme_list);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue