revert admin bar change

This commit is contained in:
Mike Jolley 2019-01-21 14:05:48 +00:00
parent 4f4d7e6c9c
commit 7db783d7a1
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ class WC_Admin_Menus {
}
// Show only when the user is a member of this site, or they're a super admin.
if ( ! is_super_admin() ) {
if ( ! is_user_member_of_blog() && ! is_super_admin() ) {
return;
}