Skip to content

Commit

Permalink
Hide empty sidebar message
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomollet committed Sep 27, 2017
1 parent 384c1ef commit ffefbe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<?php if (is_active_sidebar('sidebar_main')) : ?>
<?php dynamic_sidebar('sidebar_main'); ?>
<?php else : ?>
<div class="alert alert-warning fade in">
<!--<div class="alert alert-warning fade in">
<a class="close" data-dismiss="alert">&times;</a>
<p><?php _e('Enable widgets in Sidebar', 'stormbringer'); ?></p>
</div>
</div>-->
<?php endif; ?>
</div>
</aside>

0 comments on commit ffefbe0

Please sign in to comment.