Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmarom committed May 21, 2019
1 parent 46a8fd1 commit 6e3d31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function widget_assets() {
* @access private
*/
private function include_widgets_files() {
require_once( __DIR__ . '/widgets/hello-world.php' );
require_once __DIR__ . '/widgets/hello-world.php';
require_once __DIR__ . '/widgets/posts-gallery.php';
}

Expand Down

0 comments on commit 6e3d31e

Please sign in to comment.