Stricter conditionals for overriding sport preset

This commit is contained in:
Brian Miyaji
2017-01-15 22:48:13 +11:00
parent 93103be7a2
commit 8d5d5f9d6a
2 changed files with 2 additions and 2 deletions

View File

@@ -335,7 +335,7 @@ class SP_Admin_Welcome {
$settings = array(
array(
'id' => 'sportspress_sport',
'default' => 'custom',
'default' => get_option( 'sportspress_sport', 'custom' ),
'type' => 'sport',
'title' => __( 'Sport', 'sportspress' ),
'welcome' => true,