Merge pull request #653 from ZacharyElkins/Woo-Sidebar-Fix
Remove closing div from WooCommerce function -Thx @ZacharyElkins !
This commit is contained in:
commit
fc0bb9f15f
|
@ -49,7 +49,6 @@ if ( ! function_exists( 'understrap_woocommerce_wrapper_start' ) ) {
|
||||||
if ( ! function_exists( 'understrap_woocommerce_wrapper_end' ) ) {
|
if ( ! function_exists( 'understrap_woocommerce_wrapper_end' ) ) {
|
||||||
function understrap_woocommerce_wrapper_end() {
|
function understrap_woocommerce_wrapper_end() {
|
||||||
echo '</main><!-- #main -->';
|
echo '</main><!-- #main -->';
|
||||||
echo '</div><!-- #primary -->';
|
|
||||||
get_template_part( 'global-templates/right-sidebar-check' );
|
get_template_part( 'global-templates/right-sidebar-check' );
|
||||||
echo '</div><!-- .row -->';
|
echo '</div><!-- .row -->';
|
||||||
echo '</div><!-- Container end -->';
|
echo '</div><!-- Container end -->';
|
||||||
|
|
Reference in New Issue