Skip to content

Commit

Permalink
Admin bar icons for all
Browse files Browse the repository at this point in the history
  • Loading branch information
lloc committed May 22, 2024
1 parent 81c007a commit 221d4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/MslsPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ public function block_init() {
* @return bool
*/
public function admin_bar_init() {
if ( is_admin_bar_showing() && is_super_admin() ) {
if ( is_admin_bar_showing() ) {
add_action( 'admin_bar_menu', array( __CLASS__, 'update_adminbar' ), 999 );

return true;
Expand Down

0 comments on commit 221d4c7

Please sign in to comment.