Fix PHP comment

This commit is contained in:
IanDelMar 2022-09-23 22:47:15 +02:00
parent e92309a9b6
commit e8a9be1c16
1 changed files with 1 additions and 1 deletions

View File

@ -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' );
?>