Remove calendar, add player list

This commit is contained in:
Takumi
2013-07-29 23:50:49 +10:00
parent 86bb9e6f03
commit 87a6a334d1
9 changed files with 113 additions and 81 deletions

View File

@@ -2,7 +2,7 @@
function sp_league_tax_init() {
$name = __( 'Leagues', 'sportspress' );
$singular_name = __( 'League', 'sportspress' );
$object_type = array( 'sp_team', 'sp_event', 'sp_player', 'sp_staff', 'sp_table', 'sp_calendar' );
$object_type = array( 'sp_team', 'sp_event', 'sp_player', 'sp_staff', 'sp_table', 'sp_list' );
$labels = sp_get_tax_labels( $name, $singular_name );
$args = array(
'label' => $name,