From 5a72695cf51d3c509bd952c4421f1d9611e58abb Mon Sep 17 00:00:00 2001 From: mainframe98 Date: Wed, 18 Apr 2018 18:05:52 +0200 Subject: [PATCH] Remove $wgSiteSupportPage This configuration global is not used anywhere in MediaWiki, and no extensions or skins use this. The documentation on mediawiki.org states that the functionality has been replaced by MediaWiki:Sidebar, and $wgNavigationLinks, which was removed over a decade ago. Bug: T192467 Change-Id: Iea1f8a688feb1c7aa8d0005f207a13956bddfd4e --- RELEASE-NOTES-1.32 | 1 + includes/DefaultSettings.php | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/RELEASE-NOTES-1.32 b/RELEASE-NOTES-1.32 index 57c6e6aecb..48be158fe0 100644 --- a/RELEASE-NOTES-1.32 +++ b/RELEASE-NOTES-1.32 @@ -8,6 +8,7 @@ production. === Configuration changes in 1.32 === * (T115414) The $wgEnableAPI and $wgEnableWriteAPI settings, deprecated in 1.31, have been removed. * The $wgUseAjax setting is now formally deprecated, and MediaWiki will act as if it is always set. +* The $wgSiteSupportPage setting, unused since 1.5, was removed. * … === New features in 1.32 === diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index f34b00aea1..6fa7ea2d88 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3260,11 +3260,6 @@ $wgXhtmlNamespaces = []; */ $wgSiteNotice = ''; -/** - * If this is set, a "donate" link will appear in the sidebar. Set it to a URL. - */ -$wgSiteSupportPage = ''; - /** * Default skin, for new users and anonymous visitors. Registered users may * change this to any one of the other available skins in their preferences. -- 2.20.1