From a06635e031411b8c1a13e4f4c278f264e4fed8dd Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Tue, 3 Mar 2015 23:10:29 +1100 Subject: [PATCH] Add ability to split players by team --- includes/admin/settings/class-sp-settings-events.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/includes/admin/settings/class-sp-settings-events.php b/includes/admin/settings/class-sp-settings-events.php index 242cbe9b..e197770f 100644 --- a/includes/admin/settings/class-sp-settings-events.php +++ b/includes/admin/settings/class-sp-settings-events.php @@ -233,10 +233,18 @@ class SP_Settings_Events extends SP_Settings_Page { 'checkboxgroup' => 'start', ), + array( + 'desc' => __( 'Split players by team', 'sportspress' ), + 'id' => 'sportspress_event_split_players_by_team', + 'default' => 'yes', + 'type' => 'checkbox', + 'checkboxgroup' => '', + ), + array( 'desc' => __( 'Split players by position', 'sportspress' ), 'id' => 'sportspress_event_split_players_by_position', - 'default' => 'false', + 'default' => 'no', 'type' => 'checkbox', 'checkboxgroup' => 'end', ),