From 97e6c8f250088e79ee70f7f0b93afc4182f8389d Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Tue, 6 Mar 2012 01:16:56 +0000 Subject: [PATCH] follow up to r113115, rem not needed args --- includes/specials/SpecialContributions.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/includes/specials/SpecialContributions.php b/includes/specials/SpecialContributions.php index 2a465739b9..a43b87ac68 100644 --- a/includes/specials/SpecialContributions.php +++ b/includes/specials/SpecialContributions.php @@ -447,10 +447,7 @@ class SpecialContributions extends SpecialPage { Html::namespaceSelector( array( 'selected' => $this->opts['namespace'], 'all' => '', - 'label' => null, ), array( - 'name' => 'namespace', - 'id' => 'namespace', 'class' => 'namespaceselector', ) ) . ' ' . -- 2.20.1