diff --git a/Sitenotice.php b/Sitenotice.php
index cde6aed38c..993b0523e5 100644
--- a/Sitenotice.php
+++ b/Sitenotice.php
@@ -7,7 +7,7 @@
}
// Increment this version number whenever you change the site notice
-$wgMajorSiteNoticeID = 86;
+$wgMajorSiteNoticeID = 87;
/**
* Wrap your sitenotice with
(sitenotice)
@@ -15,7 +15,7 @@
*/
// Global SiteNotice
-/*if ( !$wmgSiteNoticeOptOut ) {
+if ( !$wmgSiteNoticeOptOut ) {
$wgHooks['SiteNoticeAfter'][] = 'wfGlobalSiteNotice';
function wfGlobalSiteNotice( &$siteNotice, $skin ) {
@@ -31,7 +31,7 @@ function wfGlobalSiteNotice( &$siteNotice, $skin ) {
- Miraheze will be doing maintenance on the servers on the 6th of July at 22:00 UTC. Some wiki's will be unavailable, whilst others will be read-only during the period of 3 hours (ends at 01:00 UTC). Less if we complete it before the 3 hour window is up. We apologize for the inconvenience caused.
+ Miraheze will be upgrading to MediaWiki 1.40 on Saturday October 21st from 22:00 PM UTC until 02:00 AM UTC. There may be some downtime for wikis so please ensure you save your edits before the maintenance window.
@@ -39,7 +39,7 @@ function wfGlobalSiteNotice( &$siteNotice, $skin ) {
EOF;
}
-}*/
+}
// Specific wiki SiteNotice
if ( $wi->isExtensionActive( 'Graph' ) ) {