From 56ee93f5c6e59db7184efa85ea77f3e7f1442159 Mon Sep 17 00:00:00 2001 From: Rob Church Date: Sun, 10 Jun 2007 23:21:26 +0000 Subject: [PATCH] (bug 9679) Improve documentation for $wgSiteNotice --- RELEASE-NOTES | 4 +++- includes/DefaultSettings.php | 8 ++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 1983ea29cc..51f53583e7 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -19,6 +19,7 @@ Those wishing to use the latest code instead of a branch release can obtain it from source control: http://www.mediawiki.org/wiki/Download_from_SVN == Configuration changes since 1.10 == + * $wgThumbUpright - Adjust width of upright images when parameter 'upright' is used @@ -158,7 +159,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN and decodeBlob() * (bug 6743) Don't link broken image links to the upload form when uploads are disabled - +* (bug 9679) Improve documentation for $wgSiteNotice + == MediaWiki API changes since 1.10 == (For ongoing development discussion, see http://www.mediawiki.org/wiki/API) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 99da1691bd..87babba0bf 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1532,10 +1532,14 @@ $wgNamespacesToBeSearchedDefault = array( NS_MAIN => true, ); -/** If set, a bold ugly notice will show up at the top of every page. */ +/** + * 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. $wgSiteNotice = ''; - # # Images settings # -- 2.20.1