From: Aaron Schulz Date: Fri, 20 Mar 2009 20:32:40 +0000 (+0000) Subject: bolden username hiding option X-Git-Tag: 1.31.0-rc.0~42427 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=7e5cc538c1184b90d0fd078c38d6535378de2f7e;p=lhc%2Fweb%2Fwiklou.git bolden username hiding option --- diff --git a/includes/specials/SpecialBlockip.php b/includes/specials/SpecialBlockip.php index 56f0ece2f5..17d08af07a 100644 --- a/includes/specials/SpecialBlockip.php +++ b/includes/specials/SpecialBlockip.php @@ -251,11 +251,11 @@ class IPBlockForm { $wgOut->addHTML("   - " . + " . Xml::checkLabel( wfMsg( 'ipbhidename' ), 'wpHideName', 'wpHideName', $this->BlockHideName, array( 'tabindex' => '10' ) ) . " - + " ); }