From 00e117b05fdb00729d60c7bacfcdd9164a2acc8b Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Tue, 29 Jul 2025 10:11:20 +0200 Subject: [PATCH] =?UTF-8?q?=20N=C2=B03898=20-=20Remove=20ThemeHandler::Get?= =?UTF-8?q?CurrentThemeId()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/themehandler.class.inc.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/application/themehandler.class.inc.php b/application/themehandler.class.inc.php index a9d0887ea..933e736c5 100644 --- a/application/themehandler.class.inc.php +++ b/application/themehandler.class.inc.php @@ -55,18 +55,6 @@ class ThemeHandler ]; } - /** - * Return the ID of the theme currently defined in the config. file - * - * @deprecated 3.0.0, will be removed in 3.1, see N°3898 - * @return string - */ - public static function GetCurrentThemeId() - { - DeprecatedCallsLog::NotifyDeprecatedPhpMethod(); - static::GetCurrentUserThemeId(); - } - /** * @return string ID of the theme currently defined in the config. file, which applies to all users by default. If non defined, fallback on the default one. * @since 3.0.0