diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-06-08 06:14:22 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-06-08 06:14:22 +0000 |
commit | a3c33a022911494b6de1fbd4e3573afbf2b87888 (patch) | |
tree | 0abd5ba0b3d139e58288dce85a7111384fa3a53c /sites | |
parent | 40eeac9ebbb5a02ae9bebcd3191359734ed60176 (diff) | |
download | brdo-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')
-rw-r--r-- | sites/default/default.settings.php | 7 |
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. |