Skip to content

Commit bb8975d

Browse files
committed
actually include our public functions file
1 parent 3b639f5 commit bb8975d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
require_once dirname( __FILE__ ) . '/inc/game/namespace.php';
4545
require_once dirname( __FILE__ ) . '/inc/attributes/namespace.php';
4646
require_once dirname( __FILE__ ) . '/inc/display/namespace.php';
47+
require_once dirname( __FILE__ ) . '/inc/functions.php';
4748

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

0 commit comments

Comments
 (0)