Adjust option for box score minutes

This commit is contained in:
Brian Miyaji
2016-09-01 22:40:28 +10:00
parent 1033aaf375
commit 12ce980821
3 changed files with 3 additions and 3 deletions

View File

@@ -407,7 +407,7 @@ class SP_Install {
if ( version_compare( $version, '2.1', '<' ) ) {
update_option( 'sportspress_player_show_selector', 'no' );
update_option( 'sportspress_event_performance_show_time', 'no' );
update_option( 'sportspress_event_performance_show_minutes', 'no' );
}
}