From 5c9be75df64db051231daf00631633bb30359823 Mon Sep 17 00:00:00 2001 From: Rob Church Date: Mon, 13 Aug 2007 17:49:40 +0000 Subject: [PATCH] Tweak comment, "usable" is the purpose of this method, it's just confusing otherwise --- includes/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.20.1