We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 384c1ef commit ffefbe0Copy full SHA for ffefbe0
sidebar.php
@@ -11,10 +11,10 @@
11
<?php if (is_active_sidebar('sidebar_main')) : ?>
12
<?php dynamic_sidebar('sidebar_main'); ?>
13
<?php else : ?>
14
- <div class="alert alert-warning fade in">
+ <!--<div class="alert alert-warning fade in">
15
<a class="close" data-dismiss="alert">×</a>
16
<p><?php _e('Enable widgets in Sidebar', 'stormbringer'); ?></p>
17
- </div>
+ </div>-->
18
<?php endif; ?>
19
</div>
20
</aside>
0 commit comments