post_type ); if ( false !== $post_format_user_option ) $show_post_format_ui = (bool) $post_format_user_option; else $show_post_format_ui = current_theme_supports( 'post-formats' ) || (bool) get_terms( 'post_format', array( 'number' => 1 ) ); } if ( $show_post_format_ui ) $admin_body_class .= ' wp-post-format-show-ui'; } if ( wp_is_mobile() ) $admin_body_class .= ' mobile'; $admin_body_class .= ' no-customize-support'; ?>
">