diff --git a/Sitenotice.php b/Sitenotice.php index c5502262..32b9bbd8 100644 --- a/Sitenotice.php +++ b/Sitenotice.php @@ -1,22 +1,22 @@ config->settings['wgNoticeProject']['default'] = 'optout'; } // Global SiteNotice // Increment this version number whenever you change the site notice // and don't comment it out $wgMajorSiteNoticeID = 55; -// if ( !$wmgSiteNoticeOptOut ) { +/* if ( !$wmgSiteNoticeOptOut ) { $wgHooks['SiteNoticeAfter'][] = 'onSiteNoticeAfter'; // show to all users function onSiteNoticeAfter( &$siteNotice, $skin ) { global $wmgSiteNoticeOptOut, $snImportant; $siteNotice .= << Miraheze has updated the recent Security Disclosure to strongly advise ALL users immediately reset their passwords and 2FA tokens for Miraheze Wikis. EOF; -} +} */