r101121 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101120‎ | r101121 | r101122 >
Date:08:04, 28 October 2011
Author:amire80
Status:ok
Tags:
Comment:
Followup to r101120, replaced hardcoded parentheses with the 'parentheses' message.
Modified paths:
  • /trunk/phase3/includes/ChangesList.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ChangesList.php
@@ -218,7 +218,7 @@
219219
220220 return Html::element( $tag,
221221 array( 'dir' => 'ltr', 'class' => $formattedSizeClass ),
222 - "($formattedSize)" ) . $wgLang->getDirMark();
 222+ wfMessage( 'parentheses', $formattedSize )->plain() ) . $wgLang->getDirMark();
223223 }
224224
225225 /**

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r101120Adding dirmark after changed bytes to prevent mixing with LTR usernames and s...amire8006:04, 28 October 2011

Status & tagging log