From fcc7ef14d248de93338d621250eefa7195185ebe Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sun, 5 Apr 2009 02:21:19 +0000 Subject: [PATCH] Made suppress link bold --- includes/Article.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = ''; -- 2.20.1