Doc tweak. Clarify that MediaWiki:Sitenotice overrides $wgSiteNotice.
authorChad Horohoe <demon@users.mediawiki.org>
Mon, 6 Jul 2009 01:43:34 +0000 (01:43 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Mon, 6 Jul 2009 01:43:34 +0000 (01:43 +0000)
includes/DefaultSettings.php

index 123e015..59ca34e 100644 (file)
@@ -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 = '';