Add player performance times to events

This commit is contained in:
Brian Miyaji
2016-09-01 13:24:58 +10:00
parent 8277cdf98d
commit c693b8a393
7 changed files with 129 additions and 14 deletions

View File

@@ -407,6 +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' );
}
}