From 3030c3820fb77c1dddb5e26377ef7d1aa8b484d9 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sat, 28 May 2005 09:17:23 +0000 Subject: [PATCH] fixed comment --- includes/Title.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Title.php b/includes/Title.php index 2204e60151..af25e70bad 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -704,7 +704,7 @@ class Title { if ( $lowerCase != $friendlyName ) { $friendlyName .= '_' . substr(md5( $dbkey ), 0, 4); } - # Handle colon specially because by replacing it with tilde + # Handle colon specially by replacing it with tilde # Thus we reduce the number of paths with hashes appended $friendlyName = str_replace( ':', '~', $friendlyName ); return "$dir/$friendlyName.html"; -- 2.20.1