Merge "Remove the strong formatting for 'revdelete-suppress'"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 25 Jun 2015 06:26:29 +0000 (06:26 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 25 Jun 2015 06:26:29 +0000 (06:26 +0000)
includes/page/Article.php

index 053753e..a6b6b51 100644 (file)
@@ -1706,10 +1706,8 @@ class Article implements Page {
 
                if ( $user->isAllowed( 'suppressrevision' ) ) {
                        $suppress = Html::openElement( 'div', array( 'id' => 'wpDeleteSuppressRow' ) ) .
-                               "<strong>" .
-                                               Xml::checkLabel( wfMessage( 'revdelete-suppress' )->text(),
-                                                       'wpSuppress', 'wpSuppress', false, array( 'tabindex' => '4' ) ) .
-                                       "</strong>" .
+                               Xml::checkLabel( wfMessage( 'revdelete-suppress' )->text(),
+                                       'wpSuppress', 'wpSuppress', false, array( 'tabindex' => '4' ) ) .
                                Html::closeElement( 'div' );
                } else {
                        $suppress = '';