r48643 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r48642‎ | r48643 | r48644 >
Date:20:32, 20 March 2009
Author:aaron
Status:ok
Tags:
Comment:
bolden username hiding option
Modified paths:
  • /trunk/phase3/includes/specials/SpecialBlockip.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialBlockip.php
@@ -251,11 +251,11 @@
252252 $wgOut->addHTML("
253253 <tr id='wpEnableHideUser'>
254254 <td>&nbsp;</td>
255 - <td class='mw-input'>" .
 255+ <td class='mw-input'><strong>" .
256256 Xml::checkLabel( wfMsg( 'ipbhidename' ),
257257 'wpHideName', 'wpHideName', $this->BlockHideName,
258258 array( 'tabindex' => '10' ) ) . "
259 - </td>
 259+ </strong></td>
260260 </tr>"
261261 );
262262 }

Status & tagging log