From bab62767c15b805ba8d07e93eb3ada13a9ee9e3d Mon Sep 17 00:00:00 2001 From: Platonides Date: Sun, 25 Jul 2010 21:25:42 +0000 Subject: [PATCH] Add $wgLicenseTerms to DefaultSettings --- includes/DefaultSettings.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index c872029195..1e9b6cd177 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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; -- 2.20.1