From a2279ac08695f871ea85b3999fb2c4078dde87c2 Mon Sep 17 00:00:00 2001 From: Patrick Date: Wed, 26 Jul 2017 10:38:10 +0200 Subject: [PATCH] Update widgets.php Small little typo in comments --- inc/widgets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/widgets.php b/inc/widgets.php index 27e23e7..ecf8396 100644 --- a/inc/widgets.php +++ b/inc/widgets.php @@ -24,7 +24,7 @@ if ( ! function_exists( 'slbd_count_widgets' ) ) { $widget_count = count( $sidebars_widgets_count[ $sidebar_id ] ); $widget_classes = 'widget-count-' . count( $sidebars_widgets_count[ $sidebar_id ] ); if ( $widget_count % 4 == 0 || $widget_count > 6 ) : - // Four widgets er row if there are exactly four or more than six + // Four widgets per row if there are exactly four or more than six $widget_classes .= ' col-md-3'; elseif ( 6 == $widget_count ) : // If two widgets are published