Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -2046,8 +2046,9 @@ |
2047 | 2047 | * Site notice shown at the top of each page |
2048 | 2048 | * |
2049 | 2049 | * This message can contain wiki text, and can also be set through the |
2050 | | - * MediaWiki:Sitenotice page. You can also provide a separate message for |
2051 | | - * logged-out users using the MediaWiki:Anonnotice page. |
| 2050 | + * MediaWiki:Sitenotice page, which will override this. You can also |
| 2051 | + * provide a separate message for logged-out users using the |
| 2052 | + * MediaWiki:Anonnotice page. |
2052 | 2053 | */ |
2053 | 2054 | $wgSiteNotice = ''; |
2054 | 2055 | |