Move maps setting to events tab

This commit is contained in:
Brian Miyaji
2015-01-23 17:12:22 +11:00
parent e5f79d4ae3
commit eec9425ff1
3 changed files with 15 additions and 15 deletions

View File

@@ -262,7 +262,7 @@ class SP_Admin_Welcome {
'title' => __( 'Mode', 'sportspress' ),
'id' => 'sportspress_mode',
'default' => 'team',
'type' => 'select',
'type' => 'radio',
'options' => array(
'team' => __( 'Teams', 'sportspress' ),
'player' => __( 'Players', 'sportspress' ),