From 5879ba5c68d9c7841b2ae2e2c297613c352e79ef Mon Sep 17 00:00:00 2001 From: paladox Date: Thu, 19 Oct 2023 00:10:51 +0100 Subject: [PATCH] MediaWiki 1.40 upgrade notice (#5339) Co-authored-by: The-Voidwalker --- Sitenotice.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 ) {
Maintenance
- 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' ) ) {