phpcs fixes

This commit is contained in:
Jason King 2017-04-15 21:41:27 +09:30 committed by GitHub
parent 06e1546da8
commit cd3785311f
1 changed files with 1 additions and 1 deletions

View File

@ -34,6 +34,6 @@ $sidebar_pos = get_theme_mod( 'understrap_sidebar_position' );
}
echo $html; // WPCS: XSS OK.
} else {
echo '<div class="col-md-12 content-area" id="primary">';
echo '<div class="col-md-12 content-area" id="primary">';
}
}