From 19da8bf051b8a68ac0e110820a6b996441e51870 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Tue, 15 Mar 2011 08:37:23 +0000 Subject: [PATCH] Follow-up r83909: Use 'parentheses' message for consistency instead of hardcoded [] --- includes/specials/SpecialBlockList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/specials/SpecialBlockList.php b/includes/specials/SpecialBlockList.php index e946b872f9..15682691af 100644 --- a/includes/specials/SpecialBlockList.php +++ b/includes/specials/SpecialBlockList.php @@ -325,7 +325,7 @@ class BlockListPager extends TablePager { $formatted .= ' ' . Html::rawElement( 'span', array( 'class' => 'mw-blocklist-actions' ), - "[{$wgLang->pipeList($links)}]" + wfMsg( 'parentheses', $wgLang->pipeList( $links ) ) ); } break; -- 2.20.1