summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sites/default/settings.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/sites/default/settings.php b/sites/default/settings.php
index bb8c0ab32..dbd81225f 100644
--- a/sites/default/settings.php
+++ b/sites/default/settings.php
@@ -31,9 +31,10 @@
*
* 10. sites/default
*
- * If you are installing on a non-standard port number, the ':' is
- * replaced by a '.'. For example, http://www.drupal.org:8080/mysite/test/
- * could be loaded from sites/www.drupal.org.8080.mysite.test/.
+ * If you are installing on a non-standard port number, prefix the
+ * hostname with that number. For example,
+ * http://www.drupal.org:8080/mysite/test/ could be loaded from
+ * sites/8080.www.drupal.org.mysite.test/.
*/
/**