Route existing users to welcome screen instead of setup

This commit is contained in:
Brian Miyaji
2017-03-13 12:48:13 +11:00
parent 681b784536
commit 332f2834d0
5 changed files with 123 additions and 194 deletions

View File

@@ -443,6 +443,8 @@ class SP_Admin_Settings {
case 'sport' :
$option_value = self::get_option( $value['id'], $value['default'] );
if ( 'none' === $option_value ) $option_value = 'soccer';
$categories = SP_Admin_Sports::sport_category_names();
?><tr valign="top">