Stricter conditionals for overriding sport preset
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user