Clean up event players checklist

This commit is contained in:
Brian Miyaji
2016-02-17 19:50:13 +11:00
parent 72af5f3514
commit a4cbfafbe2
2 changed files with 0 additions and 4 deletions

View File

@@ -28,7 +28,6 @@ class SportsPress_Lazy_Loading {
add_action( 'wp_ajax_sp-get-players', array( $this, 'get_players' ) );
add_action( 'sportspress_event_teams_meta_box_checklist', array( $this, 'checklist' ), 10, 6 );
add_filter( 'sportspress_localized_strings', array( $this, 'strings' ) );
add_filter( 'sportspress_event_teams_meta_box_default_checklist', '__return_false' );
}
/**