From 42e0c8c5a1bd5084ede3ddb9889bab07252964f9 Mon Sep 17 00:00:00 2001 From: Arne Heizmann Date: Tue, 17 Aug 2004 17:35:50 +0000 Subject: [PATCH] use $wgRightsText in copyrightwarning --- languages/Language.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/languages/Language.php b/languages/Language.php index 4c043ad019..4db34fc37e 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -226,6 +226,9 @@ $wgLanguageNamesEn =& $wgLanguageNames; # set "portal" => "" +# required for copyrightwarning +global $wgRightsText; + /* private */ $wgAllMessagesEn = array( 'special_version_prefix' => ' ', 'special_version_postfix' => ' ', @@ -634,9 +637,8 @@ press \"Save page\".\n

", revision of this page. If you save it, any changes made since this revision will be lost.\n', 'yourdiff' => 'Differences', -# FIXME: This is inappropriate for third-party use! 'copyrightwarning' => "Please note that all contributions to {{SITENAME}} are -considered to be released under the GNU Free Documentation License +considered to be released under the $wgRightsText (see $1 for details). If you don't want your writing to be edited mercilessly and redistributed at will, then don't submit it here.
-- 2.20.1