From 32412f8a135cc05a5055635e98017c6f2fb5d2c9 Mon Sep 17 00:00:00 2001 From: Jeremy Schulz Date: Mon, 28 Aug 2023 15:57:50 +0200 Subject: [PATCH] MDL-79190 theme_boost: removed obsolete comment --- theme/boost/settings.php | 1 - 1 file changed, 1 deletion(-) diff --git a/theme/boost/settings.php b/theme/boost/settings.php index 70890ca6893..5fa481f60c5 100644 --- a/theme/boost/settings.php +++ b/theme/boost/settings.php @@ -81,7 +81,6 @@ if ($ADMIN->fulltree) { $setting->set_updatedcallback('theme_reset_all_caches'); $page->add($setting); - // Variable $body-color. // We use an empty default value because the default colour should come from the preset. $name = 'theme_boost/brandcolor'; $title = get_string('brandcolor', 'theme_boost');