diff --git a/global-templates/left-sidebar-check.php b/global-templates/left-sidebar-check.php index a8e9669..cd36173 100644 --- a/global-templates/left-sidebar-check.php +++ b/global-templates/left-sidebar-check.php @@ -15,29 +15,7 @@ $sidebar_pos = get_theme_mod( 'understrap_sidebar_position' ); ?> - + -'; - } else { - $html .= 'col-md-12 content-area" id="primary">'; - } - echo $html; // WPCS: XSS OK. - } elseif ( 'both' === $sidebar_pos ) { - $html = '
'; - } elseif ( is_active_sidebar( 'right-sidebar' ) || is_active_sidebar( 'left-sidebar' ) ) { - $html .= 'col-md-8 content-area" id="primary">'; - } else { - $html .= 'col-md-12 content-area" id="primary">'; - } - echo $html; // WPCS: XSS OK. - } else { - echo '
'; - } +