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