Updated sidebar.php
This commit is contained in:
parent
ed143b8e3c
commit
70c2fad0ce
@ -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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user