summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/theme.inc')
-rw-r--r--includes/theme.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index 573bbe2e4..5325ff737 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -1302,7 +1302,7 @@ function theme_disable($theme_list) {
menu_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);
}