summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-02-04 19:03:14 +0000
committerDries Buytaert <dries@buytaert.net>2011-02-04 19:03:14 +0000
commit10894ac845c83382b70a35b195b548433dec1163 (patch)
tree32656a07b7026bce4f76c9a22b094881d6a5f1d9 /includes/theme.inc
parent2c43b5cdbe02040f665982c35e2d09ca5a7e7ad8 (diff)
downloadbrdo-10894ac845c83382b70a35b195b548433dec1163.tar.gz
brdo-10894ac845c83382b70a35b195b548433dec1163.tar.bz2
- Patch #1049144 by boombatower: remove unnecessary return statements.
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;
}
/**