Config role permissions and installation file

This commit is contained in:
Brian Miyaji
2013-12-31 05:00:57 +11:00
parent 364faf04cd
commit 77569c97f0
6 changed files with 35 additions and 26 deletions

View File

@@ -50,8 +50,8 @@ require_once dirname( __FILE__ ) . '/admin/post-types/staff.php';
require_once dirname( __FILE__ ) . '/admin/terms/league.php';
require_once dirname( __FILE__ ) . '/admin/terms/position.php';
// Defaults
include dirname( __FILE__ ) . '/sportspress-defaults.php';
// Install
include dirname( __FILE__ ) . '/install.php';
// Hooks, Actions, and Filters
require_once dirname( __FILE__ ) . '/sportspress-hooks.php';