summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/theme.inc')
-rw-r--r--includes/theme.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index c5015865d..8e3573085 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -1263,8 +1263,6 @@ function theme_enable($theme_list) {
// Invoke hook_themes_enabled after the themes have been enabled.
module_invoke_all('themes_enabled', $theme_list);
-
- return;
}
/**
@@ -1298,8 +1296,6 @@ function theme_disable($theme_list) {
// Invoke hook_themes_enabled after the themes have been enabled.
module_invoke_all('themes_disabled', $theme_list);
-
- return;
}
/**