From 10894ac845c83382b70a35b195b548433dec1163 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Fri, 4 Feb 2011 19:03:14 +0000 Subject: [PATCH] - Patch #1049144 by boombatower: remove unnecessary return statements. --- includes/theme.inc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/includes/theme.inc b/includes/theme.inc index c5015865d9d1..8e357308564e 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; } /** -- GitLab