Remove $wgSiteSupportPage
authormainframe98 <k.s.werf@hotmail.com>
Wed, 18 Apr 2018 16:05:52 +0000 (18:05 +0200)
committerKrinkle <krinklemail@gmail.com>
Wed, 18 Apr 2018 23:16:29 +0000 (23:16 +0000)
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
includes/DefaultSettings.php

index 57c6e6a..48be158 100644 (file)
@@ -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 ===
index f34b00a..6fa7ea2 100644 (file)
@@ -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.