r113121 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113120‎ | r113121 | r113122 >
Date:07:20, 6 March 2012
Author:nikerabbit
Status:ok
Tags:
Comment:
No point doing it the hard way, ping r112591
Modified paths:
  • /trunk/phase3/includes/specials/SpecialUserlogin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialUserlogin.php
@@ -337,7 +337,7 @@
338338
339339 $ip = $this->getRequest()->getIP();
340340 if ( $currentUser->isDnsBlacklisted( $ip, true /* check $wgProxyWhitelist */ ) ) {
341 - $this->mainLoginForm( $this->msg( 'sorbs_create_account_reason' )->text() . ' ' . $this->msg( 'parentheses' )->rawParams( htmlspecialchars( $ip ) )->escaped() );
 341+ $this->mainLoginForm( $this->msg( 'sorbs_create_account_reason' )->text() . ' ' . $this->msg( 'parentheses', $ip )->escaped() );
342342 return false;
343343 }
344344

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r112591(bug 34702) More localised parentheses.siebrand12:41, 28 February 2012

Status & tagging log