Index: trunk/phase3/includes/Title.php |
— | — | @@ -1918,10 +1918,10 @@ |
1919 | 1919 | } |
1920 | 1920 | // Allow IPv6 usernames to start with '::' by canonicalizing IPv6 titles. |
1921 | 1921 | // IP names are not allowed for accounts, and can only be referring to |
1922 | | - // edits from the IP. IPv6, given '::' abbreviations and caps/lowercaps, |
| 1922 | + // edits from the IP. Given '::' abbreviations and caps/lowercaps, |
1923 | 1923 | // there are numerous ways to present the same IP. Having sp:contribs scan |
1924 | 1924 | // them all is silly and having some show the edits and others not is |
1925 | | - // inconsistent. Keep them normalized instead. |
| 1925 | + // inconsistent. Same for talk/userpages. Keep them normalized instead. |
1926 | 1926 | $dbkey = $this->mNamespace == NS_USER ? IP::sanitizeIP( $dbkey ) : $dbkey; |
1927 | 1927 | // Any remaining initial :s are illegal. |
1928 | 1928 | if ( $dbkey !== '' && ':' == $dbkey{0} ) { |