From: Alexandre Emsenhuber Date: Tue, 25 Mar 2014 19:38:36 +0000 (+0100) Subject: Remove unused $wgLicenseTerms X-Git-Tag: 1.31.0-rc.0~16457^2 X-Git-Url: http://git.cyclocoop.org/data/Fool?a=commitdiff_plain;h=1bb5aaecaa59c4092c5a4191babb5161f5b4f40d;p=lhc%2Fweb%2Fwiklou.git Remove unused $wgLicenseTerms Follow-up I3454d605a7 (4ebd4de). Change-Id: I1e22e24a2de686371967f3951a4c8b8c553c3f0b --- 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']