Remove unused $wgLicenseTerms
authorAlexandre Emsenhuber <mediawiki@emsenhuber.ch>
Tue, 25 Mar 2014 19:38:36 +0000 (20:38 +0100)
committerAlexandre Emsenhuber <mediawiki@emsenhuber.ch>
Tue, 25 Mar 2014 19:38:36 +0000 (20:38 +0100)
Follow-up I3454d605a7 (4ebd4de).

Change-Id: I1e22e24a2de686371967f3951a4c8b8c553c3f0b

RELEASE-NOTES-1.23
includes/DefaultSettings.php

index 9633edd..1818c7c 100644 (file)
@@ -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.
index 612acb9..9adf03f 100644 (file)
@@ -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']