From: Rob Church Date: Mon, 13 Aug 2007 17:49:40 +0000 (+0000) Subject: Tweak comment, "usable" is the purpose of this method, it's just confusing otherwise X-Git-Tag: 1.31.0-rc.0~51786 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=5c9be75df64db051231daf00631633bb30359823;p=lhc%2Fweb%2Fwiklou.git Tweak comment, "usable" is the purpose of this method, it's just confusing otherwise --- diff --git a/includes/User.php b/includes/User.php index fb735e86d1..b663cd2ea7 100644 --- a/includes/User.php +++ b/includes/User.php @@ -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.