Tweak comment, "usable" is the purpose of this method, it's just confusing otherwise
authorRob Church <robchurch@users.mediawiki.org>
Mon, 13 Aug 2007 17:49:40 +0000 (17:49 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Mon, 13 Aug 2007 17:49:40 +0000 (17:49 +0000)
includes/User.php

index fb735e8..b663cd2 100644 (file)
@@ -452,7 +452,7 @@ class User {
        static function isUsableName( $name ) {
                global $wgReservedUsernames;
                return
-                       // Must be a usable username, obviously ;)
+                       // Must be a valid username, obviously ;)
                        self::isValidUserName( $name ) &&
                        
                        // Certain names may be reserved for batch processes.