From 7e5cc538c1184b90d0fd078c38d6535378de2f7e Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Fri, 20 Mar 2009 20:32:40 +0000 Subject: [PATCH] bolden username hiding option --- includes/specials/SpecialBlockip.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' ) ) . " - + " ); } -- 2.20.1