From: Aaron Schulz Date: Sun, 5 Apr 2009 02:21:19 +0000 (+0000) Subject: Made suppress link bold X-Git-Tag: 1.31.0-rc.0~42223 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=fcc7ef14d248de93338d621250eefa7195185ebe;p=lhc%2Fweb%2Fwiklou.git Made suppress link bold --- diff --git a/includes/Article.php b/includes/Article.php index 776e713f5d..4a93240957 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -2413,10 +2413,10 @@ class Article { if( $wgUser->isAllowed( 'suppressrevision' ) ) { $suppress = " - " . + " . Xml::checkLabel( wfMsg( 'revdelete-suppress' ), 'wpSuppress', 'wpSuppress', false, array( 'tabindex' => '4' ) ) . - " + " "; } else { $suppress = '';