Index: trunk/phase3/includes/specials/SpecialUserlogin.php |
— | — | @@ -628,7 +628,8 @@ |
629 | 629 | $this->mainLoginForm( wfMsg( 'login-throttled' ) ); |
630 | 630 | break; |
631 | 631 | case self::USER_BLOCKED: |
632 | | - $this->mainLoginForm( wfMsg( 'login-userblocked' ) ); |
| 632 | + $this->mainLoginForm( wfMsgExt( 'login-userblocked', |
| 633 | + array( 'parsemag', 'escape' ), $this->mName ) ); |
633 | 634 | break; |
634 | 635 | default: |
635 | 636 | throw new MWException( "Unhandled case value" ); |