Skip to content

Commit b8b19ee

Browse files
committed
comment out searchbar hook
1 parent cee6b82 commit b8b19ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

LocalSettings.d/base/Skin.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
};
5151

5252
# Hide SearchBar and New Item button for anonymous users
53+
/*
5354
$wgHooks['BeforePageDisplay'][] = function( $out, $skin ) {
5455
if ( !$out->getUser()->isRegistered() ) {
5556
$out->addInlineStyle( '
@@ -61,6 +62,7 @@
6162
' );
6263
}
6364
};
65+
*/
6466

6567
# https://github.com/ProfessionalWiki/MardiSkin
6668
wfLoadExtension( 'Bootstrap' );

0 commit comments

Comments
 (0)