From 7787c4fd73ae170707b1effaf6f8b6728f9244b8 Mon Sep 17 00:00:00 2001 From: fusionate Date: Tue, 18 Mar 2025 18:08:26 -0600 Subject: [PATCH] Default/Domain/User Settings - Edit: Correct Google Fonts URL. --- core/default_settings/default_setting_edit.php | 2 +- core/domain_settings/domain_setting_edit.php | 2 +- core/user_settings/user_setting_edit.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/default_settings/default_setting_edit.php b/core/default_settings/default_setting_edit.php index 63a3d73d45..20fedb4284 100644 --- a/core/default_settings/default_setting_edit.php +++ b/core/default_settings/default_setting_edit.php @@ -752,7 +752,7 @@ echo "
\n"; echo $text['description-value']."\n"; if ($category == "theme" && substr_count($subcategory, "_font") > 0 && $name == "text") { - echo "  ".$text['label-reference'].": ".$text['label-web_fonts']."\n"; + echo "  ".$text['label-reference'].": ".$text['label-web_fonts']."\n"; } echo "\n"; echo "\n"; diff --git a/core/domain_settings/domain_setting_edit.php b/core/domain_settings/domain_setting_edit.php index e27048f11d..b0d1c786ba 100644 --- a/core/domain_settings/domain_setting_edit.php +++ b/core/domain_settings/domain_setting_edit.php @@ -783,7 +783,7 @@ echo "
\n"; echo $text['description-value']."\n"; if ($category == "theme" && substr_count($subcategory, "_font") > 0 && $name == "text") { - echo "  ".$text['label-reference'].": ".$text['label-web_fonts']."\n"; + echo "  ".$text['label-reference'].": ".$text['label-web_fonts']."\n"; } echo "\n"; echo "\n"; diff --git a/core/user_settings/user_setting_edit.php b/core/user_settings/user_setting_edit.php index a27d0267c3..35b91af62a 100644 --- a/core/user_settings/user_setting_edit.php +++ b/core/user_settings/user_setting_edit.php @@ -710,7 +710,7 @@ if (!empty($_POST) && empty($_POST["persistformvar"])) { echo "
\n"; echo $text['description-value']."\n"; if ($user_setting_category == "theme" && substr_count($user_setting_subcategory, "_font") > 0 && $user_setting_name == "text") { - echo "  ".$text['label-reference'].": ".$text['label-web_fonts']."\n"; + echo "  ".$text['label-reference'].": ".$text['label-web_fonts']."\n"; } echo "\n"; echo "\n";