From 1bb5aaecaa59c4092c5a4191babb5161f5b4f40d Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Tue, 25 Mar 2014 20:38:36 +0100 Subject: [PATCH] Remove unused $wgLicenseTerms Follow-up I3454d605a7 (4ebd4de). Change-Id: I1e22e24a2de686371967f3951a4c8b8c553c3f0b --- RELEASE-NOTES-1.23 | 1 + includes/DefaultSettings.php | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/RELEASE-NOTES-1.23 b/RELEASE-NOTES-1.23 index 9633edd49b..1818c7cf4a 100644 --- a/RELEASE-NOTES-1.23 +++ b/RELEASE-NOTES-1.23 @@ -51,6 +51,7 @@ production. * $wgQueryPages has been removed. Query Pages should be added to by using the wgQueryPages hook. * $wgHttpOnlyBlacklist has been removed. +* $wgLicenseTerms has been removed as it was unused. === New features in 1.23 === * ResourceLoader can utilize the Web Storage API to cache modules client-side. diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 612acb9c35..9adf03f738 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -5845,11 +5845,6 @@ $wgRightsText = null; */ $wgRightsIcon = null; -/** - * Set to an array of metadata terms. Else they will be loaded based on $wgRightsUrl - */ -$wgLicenseTerms = false; - /** * Set this to some HTML to override the rights icon with an arbitrary logo * @deprecated since 1.18 Use $wgFooterIcons['copyright']['copyright'] -- 2.20.1