r88048 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88047‎ | r88048 | r88049 >
Date:11:36, 14 May 2011
Author:freakolowsky
Status:ok
Tags:
Comment:
* changed display function for length to Linker::formatRevisionSize
Modified paths:
  • /trunk/phase3/includes/specials/SpecialDeletedContributions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialDeletedContributions.php
@@ -235,7 +235,7 @@
236236 wfMsg( 'parentheses', $wgLang->pipeList( array( $last, $dellog, $reviewlink ) ) )
237237 );
238238
239 - $diffOut = ' . . '.ChangesList::showCharacterDifference( $row->ar_len, 0 );
 239+ $diffOut = Linker::formatRevisionSize( $row->ar_len );
240240 $ret = "{$del}{$link} {$tools} . . {$mflag} {$diffOut} {$pagelink} {$comment}";
241241
242242 # Denote if username is redacted for this edit

Status & tagging log