summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-04-14 22:00:11 -0400
committerDries Buytaert <dries@buytaert.net>2011-04-14 22:00:11 -0400
commit0140d970393ca006fb39ad691617e33db25cfa78 (patch)
tree2f71411f31a0a4308e0cecf49bbc0f8180567194 /includes/theme.inc
parent5ad04d02f34cc5119922421a10e5105a832b2a93 (diff)
downloadbrdo-0140d970393ca006fb39ad691617e33db25cfa78.tar.gz
brdo-0140d970393ca006fb39ad691617e33db25cfa78.tar.bz2
- Patch #1043552: fixed typo in comment inside theme_disable().
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);
}