From: Aaron Schulz Date: Tue, 4 Sep 2007 15:05:08 +0000 (+0000) Subject: *Comment grammar X-Git-Tag: 1.31.0-rc.0~51525 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=529f06f1e02c921f7d37935f215b11b3e328288a;p=lhc%2Fweb%2Fwiklou.git *Comment grammar --- 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} ) {