summaryrefslogtreecommitdiff
path: root/sites/default
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-06-08 06:14:22 +0000
committerDries Buytaert <dries@buytaert.net>2010-06-08 06:14:22 +0000
commita3c33a022911494b6de1fbd4e3573afbf2b87888 (patch)
tree0abd5ba0b3d139e58288dce85a7111384fa3a53c /sites/default
parent40eeac9ebbb5a02ae9bebcd3191359734ed60176 (diff)
downloadbrdo-a3c33a022911494b6de1fbd4e3573afbf2b87888.tar.gz
brdo-a3c33a022911494b6de1fbd4e3573afbf2b87888.tar.bz2
- Patch #112915 by idflood, heyrocker, pnm, jhodgdon: improved help text for () in settings.php.
Diffstat (limited to 'sites/default')
-rw-r--r--sites/default/default.settings.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php
index 4ec87892b..c7fcef85b 100644
--- a/sites/default/default.settings.php
+++ b/sites/default/default.settings.php
@@ -205,9 +205,10 @@ $drupal_hash_salt = '';
/**
* 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.