Fix PHP comment
This commit is contained in:
parent
e92309a9b6
commit
e8a9be1c16
|
|
@ -22,7 +22,7 @@ $container = get_theme_mod( 'understrap_container_type' );
|
|||
<div class="row">
|
||||
|
||||
<?php
|
||||
// Do the right sidebar check and open div#primary.
|
||||
// Do the left sidebar check and open div#primary.
|
||||
get_template_part( 'global-templates/left-sidebar-check' );
|
||||
?>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue