From: Aaron Schulz Date: Sun, 9 Mar 2008 02:38:08 +0000 (+0000) Subject: Don't show deleted comments X-Git-Tag: 1.31.0-rc.0~49193 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=48044bd155e5b130e6a0c9d922e0882d5a9498c4;p=lhc%2Fweb%2Fwiklou.git Don't show deleted comments --- diff --git a/includes/SpecialContributions.php b/includes/SpecialContributions.php index 6bed7905b7..59bd77c1d4 100644 --- a/includes/SpecialContributions.php +++ b/includes/SpecialContributions.php @@ -152,7 +152,7 @@ class ContribsPager extends ReverseChronologicalPager { } $histlink='('.$sk->makeKnownLinkObj( $page, $this->messages['hist'], 'action=history' ) . ')'; - $comment = $wgContLang->getDirMark() . $sk->revComment( $rev ); + $comment = $wgContLang->getDirMark() . $sk->revComment( $rev, false, true ); $d = $wgLang->timeanddate( wfTimestamp( TS_MW, $row->rev_timestamp ), true ); if( $this->target == 'newbies' ) {