Skip to content

Commit

Permalink
Remove sitenotice (#5343)
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Oct 22, 2023
1 parent 3fec5da commit 52e42aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sitenotice.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

// Global SiteNotice
if ( !$wmgSiteNoticeOptOut ) {
/*if ( !$wmgSiteNoticeOptOut ) {
$wgHooks['SiteNoticeAfter'][] = 'wfGlobalSiteNotice';
function wfGlobalSiteNotice( &$siteNotice, $skin ) {
Expand All @@ -39,7 +39,7 @@ function wfGlobalSiteNotice( &$siteNotice, $skin ) {
EOF;
}
}
}*/

// Specific wiki SiteNotice
if ( $wi->isExtensionActive( 'Graph' ) ) {
Expand Down

0 comments on commit 52e42aa

Please sign in to comment.