From a3c33a022911494b6de1fbd4e3573afbf2b87888 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Tue, 8 Jun 2010 06:14:22 +0000
Subject: [PATCH] - Patch #112915 by idflood, heyrocker, pnm, jhodgdon:
 improved help text for () in settings.php.

---
 sites/default/default.settings.php | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php
index 4ec87892bda1..c7fcef85bcf9 100644
--- a/sites/default/default.settings.php
+++ b/sites/default/default.settings.php
@@ -205,9 +205,10 @@
 /**
  * Base URL (optional).
  *
- * If you are experiencing issues with different site domains,
- * uncomment the Base URL statement below (remove the leading hash sign)
- * and fill in the absolute URL to your Drupal installation.
+ * If Drupal is generating incorrect URLs on your site, which could
+ * be in HTML headers (links to CSS and JS files) or visible links on pages
+ * (such as in menus), uncomment the Base URL statement below (remove the
+ * leading hash sign) and fill in the absolute URL to your Drupal installation.
  *
  * You might also want to force users to use a given domain.
  * See the .htaccess file for more information.
-- 
GitLab