Don't show minutes in box score by default
This commit is contained in:
@@ -388,7 +388,7 @@ class SP_Settings_Events extends SP_Settings_Page {
|
||||
array(
|
||||
'desc' => __( 'Minutes', 'sportspress' ),
|
||||
'id' => 'sportspress_event_performance_show_minutes',
|
||||
'default' => 'yes',
|
||||
'default' => 'no',
|
||||
'type' => 'checkbox',
|
||||
'checkboxgroup' => 'end',
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user