Merge pull request #653 from ZacharyElkins/Woo-Sidebar-Fix

Remove closing div from WooCommerce function -Thx @ZacharyElkins !
This commit is contained in:
Holger 2018-04-21 11:18:15 +02:00 committed by GitHub
commit fc0bb9f15f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ if ( ! function_exists( 'understrap_woocommerce_wrapper_start' ) ) {
if ( ! function_exists( 'understrap_woocommerce_wrapper_end' ) ) {
function understrap_woocommerce_wrapper_end() {
echo '</main><!-- #main -->';
echo '</div><!-- #primary -->';
get_template_part( 'global-templates/right-sidebar-check' );
echo '</div><!-- .row -->';
echo '</div><!-- Container end -->';