Remove seasons in favor of child leagues

This commit is contained in:
Takumi
2013-07-27 00:48:20 +10:00
parent d0490c6a03
commit 0772cb7b53
13 changed files with 112 additions and 128 deletions

View File

@@ -43,6 +43,7 @@ function sp_event_team_meta( $post ) {
);
wp_dropdown_pages( $args );
endfor;
sp_post_checklist( $post->ID, 'sp_player', true );
sp_nonce();
}
@@ -56,7 +57,6 @@ function sp_event_edit_columns() {
'title' => __( 'Event', 'sportspress' ),
'sp_team' => __( 'Teams', 'sportspress' ),
'sp_league' => __( 'Leagues', 'sportspress' ),
'sp_season' => __( 'Seasons', 'sportspress' ),
'sp_sponsor' => __( 'Sponsors', 'sportspress' ),
'sp_kickoff' => __( 'Kick-off', 'sportspress' )
);