From 529f06f1e02c921f7d37935f215b11b3e328288a Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 4 Sep 2007 15:05:08 +0000 Subject: [PATCH] *Comment grammar --- includes/Title.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/Title.php b/includes/Title.php index 6934264c64..1d9e04067a 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -1918,10 +1918,10 @@ class Title { } // Allow IPv6 usernames to start with '::' by canonicalizing IPv6 titles. // IP names are not allowed for accounts, and can only be referring to - // edits from the IP. IPv6, given '::' abbreviations and caps/lowercaps, + // edits from the IP. Given '::' abbreviations and caps/lowercaps, // there are numerous ways to present the same IP. Having sp:contribs scan // them all is silly and having some show the edits and others not is - // inconsistent. Keep them normalized instead. + // inconsistent. Same for talk/userpages. Keep them normalized instead. $dbkey = $this->mNamespace == NS_USER ? IP::sanitizeIP( $dbkey ) : $dbkey; // Any remaining initial :s are illegal. if ( $dbkey !== '' && ':' == $dbkey{0} ) { -- 2.20.1