From 47fba524608a770cfe016d7efe853dcc86703c6b Mon Sep 17 00:00:00 2001
From: Steven Wittens <steven@10.no-reply.drupal.org>
Date: Sat, 22 Apr 2006 11:04:19 +0000
Subject: [PATCH] #36269: Correct settings.php explanation

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

diff --git a/sites/default/settings.php b/sites/default/settings.php
index bb8c0ab32fd1..dbd81225fd4b 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/.
  */
 
 /**
-- 
GitLab