Hide total performance by default

This commit is contained in:
Brian Miyaji
2014-08-24 02:08:32 +10:00
parent 16ae2fea9c
commit a106d79fb9

View File

@@ -94,7 +94,7 @@ class SP_Settings_Events extends SP_Settings_Page {
array(
'desc' => __( 'Display total', 'sportspress' ),
'id' => 'sportspress_event_show_total',
'default' => 'yes',
'default' => 'no',
'type' => 'checkbox',
'checkboxgroup' => 'end',
),