r112630 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112629‎ | r112630 | r112631 >
Date:20:14, 28 February 2012
Author:robin
Status:ok
Tags:
Comment:
fix r112591: re-add whitespace between message name and (talk)
Modified paths:
  • /trunk/phase3/includes/specials/SpecialAllmessages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialAllmessages.php
@@ -370,7 +370,7 @@
371371 array( 'broken' )
372372 );
373373 }
374 - return $title . $this->msg( 'parentheses' )->rawParams( $talk )->escaped();
 374+ return $title . ' ' . $this->msg( 'parentheses' )->rawParams( $talk )->escaped();
375375
376376 case 'am_default' :
377377 case 'am_actual' :

Sign-offs

UserFlagDate
Nikerabbitinspected07:39, 29 February 2012

Past revisions this follows-up on

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

Status & tagging log