From: Chad Horohoe Date: Mon, 6 Jul 2009 01:43:34 +0000 (+0000) Subject: Doc tweak. Clarify that MediaWiki:Sitenotice overrides $wgSiteNotice. X-Git-Tag: 1.31.0-rc.0~41096 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=1555fc3d9963f1e1b997d08c6f2a74992164461b;p=lhc%2Fweb%2Fwiklou.git Doc tweak. Clarify that MediaWiki:Sitenotice overrides $wgSiteNotice. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 123e015653..59ca34e9c7 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2046,8 +2046,9 @@ $wgSearchEverythingOnlyLoggedIn = false; * Site notice shown at the top of each page * * This message can contain wiki text, and can also be set through the - * MediaWiki:Sitenotice page. You can also provide a separate message for - * logged-out users using the MediaWiki:Anonnotice page. + * MediaWiki:Sitenotice page, which will override this. You can also + * provide a separate message for logged-out users using the + * MediaWiki:Anonnotice page. */ $wgSiteNotice = '';