forked from mirror/_s
Remove unnecessary semicolon
This commit is contained in:
parent
d01a8d319b
commit
d2beca6092
|
@ -5,7 +5,7 @@
|
|||
* @package _s
|
||||
*/
|
||||
|
||||
if ( ! is_active_sidebar( 'sidebar-1' ) ) :
|
||||
if ( ! is_active_sidebar( 'sidebar-1' ) )
|
||||
return;
|
||||
?>
|
||||
<div id="secondary" class="widget-area" role="complementary">
|
||||
|
|
Reference in New Issue