From c0b7236caad876acc64b46ad29ad2e0193825bf5 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Thu, 27 Aug 2015 16:13:42 -0700 Subject: [PATCH] registration: Remove unused 'wgExtraNamespaces' merge strategy As of 9df0672255afd, this is no longer used. Change-Id: I7e40096cb5173626ba7f2cd3d2be121c8a04768a --- includes/registration/ExtensionProcessor.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/registration/ExtensionProcessor.php b/includes/registration/ExtensionProcessor.php index 2c792da125..dc35347bdb 100644 --- a/includes/registration/ExtensionProcessor.php +++ b/includes/registration/ExtensionProcessor.php @@ -59,7 +59,6 @@ class ExtensionProcessor implements Processor { 'wgHooks' => 'array_merge_recursive', // credits are handled in the ExtensionRegistry //'wgExtensionCredits' => 'array_merge_recursive', - 'wgExtraNamespaces' => 'array_plus', 'wgExtraGenderNamespaces' => 'array_plus', 'wgNamespacesWithSubpages' => 'array_plus', 'wgNamespaceContentModels' => 'array_plus', -- 2.20.1