From b17952fd1c0de1a7587e9288c4de102eb7dc603e Mon Sep 17 00:00:00 2001 From: champsupertramp Date: Thu, 25 Feb 2016 18:27:06 +0800 Subject: [PATCH] Fix show admin bar option --- core/um-actions-wpadmin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/um-actions-wpadmin.php b/core/um-actions-wpadmin.php index 6e8a3fb4..d568b3dc 100644 --- a/core/um-actions-wpadmin.php +++ b/core/um-actions-wpadmin.php @@ -104,7 +104,7 @@ if ( um_user('can_not_see_adminbar') ) return false; - return $content; + return true; } add_filter( 'show_admin_bar' , 'um_control_admin_bar');