- Patch #1043552: fixed typo in comment inside theme_disable().

8.0.x
Dries Buytaert 2011-04-14 22:00:02 -04:00
parent d8ea777b5e
commit 3c945b51aa
1 changed files with 1 additions and 1 deletions

View File

@ -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);
} }