From: Jure Kajzer Date: Sat, 14 May 2011 11:36:03 +0000 (+0000) Subject: * changed display function for length to Linker::formatRevisionSize X-Git-Tag: 1.31.0-rc.0~30217 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_del%27%2C%20idvote=vote.voteid%29%20%7D%7D?a=commitdiff_plain;h=d0483b3dc69d185a4a07de9e4ffb86d3170de96e;p=lhc%2Fweb%2Fwiklou.git * changed display function for length to Linker::formatRevisionSize --- diff --git a/includes/specials/SpecialDeletedContributions.php b/includes/specials/SpecialDeletedContributions.php index c39a220667..8429585269 100644 --- a/includes/specials/SpecialDeletedContributions.php +++ b/includes/specials/SpecialDeletedContributions.php @@ -235,7 +235,7 @@ class DeletedContribsPager extends IndexPager { wfMsg( 'parentheses', $wgLang->pipeList( array( $last, $dellog, $reviewlink ) ) ) ); - $diffOut = ' . . '.ChangesList::showCharacterDifference( $row->ar_len, 0 ); + $diffOut = Linker::formatRevisionSize( $row->ar_len ); $ret = "{$del}{$link} {$tools} . . {$mflag} {$diffOut} {$pagelink} {$comment}"; # Denote if username is redacted for this edit