achille-press/sidebar.php
Konstantin Obenland 5106a9e3e4 _s: Use braces in all conditionals.
Formatting updates for file comment, conditional braces, and indentation.
2014-06-26 13:45:05 -07:00

15 lines
270 B
PHP

<?php
/**
* The sidebar containing the main widget area.
*
* @package _s
*/
if ( ! is_active_sidebar( 'sidebar-1' ) ) {
return;
}
?>
<div id="secondary" class="widget-area" role="complementary">
<?php dynamic_sidebar( 'sidebar-1' ); ?>
</div><!-- #secondary -->