Skip to content

Commit

Permalink
actually include our public functions file
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Jan 5, 2017
1 parent 3b639f5 commit bb8975d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
require_once dirname( __FILE__ ) . '/inc/game/namespace.php';
require_once dirname( __FILE__ ) . '/inc/attributes/namespace.php';
require_once dirname( __FILE__ ) . '/inc/display/namespace.php';
require_once dirname( __FILE__ ) . '/inc/functions.php';

// Kick it off.
add_action( 'plugins_loaded', __NAMESPACE__ . '\\bootstrap' );

0 comments on commit bb8975d

Please sign in to comment.