r24751 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24750‎ | r24751 | r24752 >
Date:17:49, 13 August 2007
Author:robchurch
Status:old
Tags:
Comment:
Tweak comment, "usable" is the purpose of this method, it's just confusing otherwise
Modified paths:
  • /trunk/phase3/includes/User.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/User.php
@@ -452,7 +452,7 @@
453453 static function isUsableName( $name ) {
454454 global $wgReservedUsernames;
455455 return
456 - // Must be a usable username, obviously ;)
 456+ // Must be a valid username, obviously ;)
457457 self::isValidUserName( $name ) &&
458458
459459 // Certain names may be reserved for batch processes.

Follow-up revisions

RevisionCommit summaryAuthorDate
r24755Merged revisions 24694-24754 via svnmerge from...david19:48, 13 August 2007

Status & tagging log