--- a/wp/wp-content/themes/twentytwelve/sidebar-front.php Tue Jun 09 11:14:17 2015 +0000
+++ b/wp/wp-content/themes/twentytwelve/sidebar-front.php Mon Oct 14 17:39:30 2019 +0200
@@ -15,8 +15,9 @@
*
* If none of the sidebars have widgets, then let's bail early.
*/
-if ( ! is_active_sidebar( 'sidebar-2' ) && ! is_active_sidebar( 'sidebar-3' ) )
+if ( ! is_active_sidebar( 'sidebar-2' ) && ! is_active_sidebar( 'sidebar-3' ) ) {
return;
+}
// If we get this far, we have widgets. Let do this.
?>
@@ -32,4 +33,4 @@
<?php dynamic_sidebar( 'sidebar-3' ); ?>
</div><!-- .second -->
<?php endif; ?>
-</div><!-- #secondary -->
\ No newline at end of file
+</div><!-- #secondary -->