r112468 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112467‎ | r112468 | r112469 >
Date:02:40, 27 February 2012
Author:demon
Status:ok
Tags:
Comment:
Typofix, ping r112427
Modified paths:
  • /trunk/phase3/includes/specials/SpecialContributions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialContributions.php
@@ -254,7 +254,7 @@
255255 // @todo Should this be removed at some point?
256256 $oldMsg = $this->msg( 'contribsub' );
257257 if ( $oldMsg->exists() ) {
258 - $linksWithParentheses = $this->msg( 'parenteses' )->rawParams( $links )->escaped();
 258+ $linksWithParentheses = $this->msg( 'parentheses' )->rawParams( $links )->escaped();
259259 return $oldMsg->rawParams( "$user $linksWithParentheses" );
260260 } else {
261261 return $this->msg( 'contribsub2' )->rawParams( $user, $links );

Sign-offs

UserFlagDate
Nikerabbitinspected06:21, 27 February 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r112410(bug 34702) Use localised parentheses in Special:Contributions.siebrand20:42, 25 February 2012
r112427Wow. Messy. Follow-up r112426, r112424: Fix incorrect calls. Should have been...siebrand12:11, 26 February 2012

Status & tagging log