Browse Source

Fix coding standards error.

pull/3/head
Ned Zimmerman 7 years ago
parent
commit
111b60534f
No known key found for this signature in database
GPG Key ID: FF56334A013120CA
  1. 2
      app/widgets.php

2
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',

Loading…
Cancel
Save