From d0483b3dc69d185a4a07de9e4ffb86d3170de96e Mon Sep 17 00:00:00 2001 From: Jure Kajzer Date: Sat, 14 May 2011 11:36:03 +0000 Subject: [PATCH] * changed display function for length to Linker::formatRevisionSize --- includes/specials/SpecialDeletedContributions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1