curlybraces removed

This commit is contained in:
Vishal Deshpande 2017-10-23 07:51:31 +05:30 committed by GitHub
parent 37dc527e5b
commit b04d318494
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ $sidebar_pos = get_theme_mod( 'understrap_sidebar_position' );
<?php get_sidebar( 'left' ); ?>
<?php endif; ?>
<?php {
<?php
$html = '';
if ( 'right' === $sidebar_pos || 'left' === $sidebar_pos ) {
$html = '<div class="';
@ -36,4 +36,4 @@ $sidebar_pos = get_theme_mod( 'understrap_sidebar_position' );
} else {
echo '<div class="col-md-12 content-area" id="primary">';
}
}