Follow-up r83909: Use 'parentheses' message for consistency instead of hardcoded []
authorRaimond Spekking <raymond@users.mediawiki.org>
Tue, 15 Mar 2011 08:37:23 +0000 (08:37 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Tue, 15 Mar 2011 08:37:23 +0000 (08:37 +0000)
includes/specials/SpecialBlockList.php

index e946b87..1568269 100644 (file)
@@ -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;