Updated sidebar.php

This commit is contained in:
Kenneth John Odle 2021-08-01 13:58:18 -04:00
parent ed143b8e3c
commit 70c2fad0ce

View File

@ -2,7 +2,7 @@
/**
* The sidebar containing the main widget area.
*
* @package Atticus Finch
* @package Portage
*/
if ( ! is_active_sidebar( 'sidebar-1' ) ) {
@ -12,4 +12,4 @@ if ( ! is_active_sidebar( 'sidebar-1' ) ) {
<div id="sidebar" class="widget-area" role="complementary">
<?php dynamic_sidebar( 'sidebar-1' ); ?>
</div><!-- end #sidebar -->
</div><!-- end #sidebar -->