r49193 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49192‎ | r49193 | r49194 >
Date:02:21, 5 April 2009
Author:aaron
Status:ok
Tags:
Comment:
Made suppress link bold
Modified paths:
  • /trunk/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Article.php
@@ -2413,10 +2413,10 @@
24142414 if( $wgUser->isAllowed( 'suppressrevision' ) ) {
24152415 $suppress = "<tr id=\"wpDeleteSuppressRow\" name=\"wpDeleteSuppressRow\">
24162416 <td></td>
2417 - <td class='mw-input'>" .
 2417+ <td class='mw-input'><strong>" .
24182418 Xml::checkLabel( wfMsg( 'revdelete-suppress' ),
24192419 'wpSuppress', 'wpSuppress', false, array( 'tabindex' => '4' ) ) .
2420 - "</td>
 2420+ "</strong></td>
24212421 </tr>";
24222422 } else {
24232423 $suppress = '';

Status & tagging log