diff --git a/app/widgets.php b/app/widgets.php index 375614f..a6442d6 100644 --- a/app/widgets.php +++ b/app/widgets.php @@ -3,7 +3,7 @@ namespace Aldine; add_action('widgets_init', function () { - foreach([ + foreach ([ 'WP_Widget_Pages', 'WP_Widget_Calendar', 'WP_Widget_Archives',