- Patch #1049144 by boombatower: remove unnecessary return statements.

merge-requests/26/head
Dries Buytaert 2011-02-04 19:03:14 +00:00
parent 2c43b5cdbe
commit 10894ac845
1 changed files with 0 additions and 4 deletions

View File

@ -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;
}
/**