Closed stillatmylinux closed 11 years ago
I've added this to the theme though it needed a slight change to get it to work: if( wp_is_mobile() ) { return false; } else { return false; }
Changed to:
if( wp_is_mobile() ) { return false; } else { return true; }
Want to show the admin bar for the desktop version, so I added a hook.