Add $wgLicenseTerms to DefaultSettings
authorPlatonides <platonides@users.mediawiki.org>
Sun, 25 Jul 2010 21:25:42 +0000 (21:25 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Sun, 25 Jul 2010 21:25:42 +0000 (21:25 +0000)
includes/DefaultSettings.php

index c872029..1e9b6cd 100644 (file)
@@ -4187,6 +4187,11 @@ $wgRightsUrl = null;
 $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 */
 $wgCopyrightIcon = null;