Completed
Push — dev ( 633bb3...7bbe06 )
by Eric
01:49
created
inc/widgets.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -19,9 +19,9 @@
 block discarded – undo
19 19
 		}
20 20
 		$sidebar_widget_count = $_bitsy_sb_widgets;
21 21
 
22
-		if ( isset( $sidebar_widget_count[ $sidebar_id ] ) ) {
23
-			$widget_count   = count( $sidebar_widget_count[ $sidebar_id ] );
24
-			$widget_classes = 'widget-count-' . count( $sidebar_widget_count[ $sidebar_id ] );
22
+		if ( isset( $sidebar_widget_count[$sidebar_id] ) ) {
23
+			$widget_count   = count( $sidebar_widget_count[$sidebar_id] );
24
+			$widget_classes = 'widget-count-' . count( $sidebar_widget_count[$sidebar_id] );
25 25
 
26 26
 			if ( $widget_count >= 4 ) {
27 27
 				// Four or more widgets active
Please login to merge, or discard this patch.