fix admin-header issue

This commit is contained in:
Matthias Pfefferle 2023-05-31 13:47:37 +02:00
parent 4f2a162f6c
commit 73c767df39
2 changed files with 6 additions and 4 deletions

View file

@ -3,8 +3,9 @@
\dirname( __FILE__ ) . '/admin-header.php', \dirname( __FILE__ ) . '/admin-header.php',
true, true,
array( array(
'settings' => 'active', 'settings' => 'active',
'welcome' => '', 'welcome' => '',
'followers' => '',
) )
); );
?> ?>

View file

@ -3,8 +3,9 @@
\dirname( __FILE__ ) . '/admin-header.php', \dirname( __FILE__ ) . '/admin-header.php',
true, true,
array( array(
'settings' => '', 'settings' => '',
'welcome' => 'active', 'welcome' => 'active',
'followers' => '',
) )
); );
?> ?>