Add option to display player and staff dropdowns in profile

This commit is contained in:
Brian Miyaji
2016-08-20 23:43:03 +10:00
parent 7f97fc9ba0
commit c354f0be6b
6 changed files with 146 additions and 3 deletions

View File

@@ -406,8 +406,7 @@ class SP_Install {
}
if ( version_compare( $version, '2.1', '<' ) ) {
$option = get_option( 'sportspress_event_results_reverse_teams', 'no' );
update_option( 'sportspress_event_reverse_teams', $option );
update_option( 'sportspress_player_show_selector', 'no' );
}
}