Adjustments to event importer
This commit is contained in:
@@ -154,13 +154,13 @@ $sportspress_sports['baseball'] = array(
|
||||
// Outcomes
|
||||
'sp_outcome' => array(
|
||||
array(
|
||||
'post_title' => 'W',
|
||||
'post_title' => 'Win',
|
||||
'post_name' => 'w',
|
||||
'meta' => array(
|
||||
),
|
||||
),
|
||||
array(
|
||||
'post_title' => 'L',
|
||||
'post_title' => 'Loss',
|
||||
'post_name' => 'l',
|
||||
'meta' => array(
|
||||
),
|
||||
|
||||
@@ -87,15 +87,15 @@ $sportspress_sports['football'] = array(
|
||||
// Outcomes
|
||||
'sp_outcome' => array(
|
||||
array(
|
||||
'post_title' => 'W',
|
||||
'post_title' => 'Win',
|
||||
'post_name' => 'w',
|
||||
),
|
||||
array(
|
||||
'post_title' => 'L',
|
||||
'post_title' => 'Loss',
|
||||
'post_name' => 'l',
|
||||
),
|
||||
array(
|
||||
'post_title' => 'T',
|
||||
'post_title' => 'Tie',
|
||||
'post_name' => 't',
|
||||
),
|
||||
),
|
||||
|
||||
@@ -72,15 +72,15 @@ $sportspress_sports['hockey'] = array(
|
||||
// Outcomes
|
||||
'sp_outcome' => array(
|
||||
array(
|
||||
'post_title' => 'W',
|
||||
'post_title' => 'Win',
|
||||
'post_name' => 'w'
|
||||
),
|
||||
array(
|
||||
'post_title' => 'L',
|
||||
'post_title' => 'Loss',
|
||||
'post_name' => 'l'
|
||||
),
|
||||
array(
|
||||
'post_title' => 'OT',
|
||||
'post_title' => 'Overtime',
|
||||
'post_name' => 'ot'
|
||||
),
|
||||
),
|
||||
|
||||
@@ -18,15 +18,15 @@ $sportspress_sports['rugby'] = array(
|
||||
// Outcomes
|
||||
'sp_outcome' => array(
|
||||
array(
|
||||
'post_title' => 'W',
|
||||
'post_title' => 'Win',
|
||||
'post_name' => 'w',
|
||||
),
|
||||
array(
|
||||
'post_title' => 'D',
|
||||
'post_title' => 'Draw',
|
||||
'post_name' => 'd',
|
||||
),
|
||||
array(
|
||||
'post_title' => 'L',
|
||||
'post_title' => 'Loss',
|
||||
'post_name' => 'l',
|
||||
),
|
||||
),
|
||||
|
||||
@@ -43,15 +43,15 @@ $sportspress_sports['soccer'] = array(
|
||||
// Outcomes
|
||||
'sp_outcome' => array(
|
||||
array(
|
||||
'post_title' => 'W',
|
||||
'post_title' => 'Win',
|
||||
'post_name' => 'w',
|
||||
),
|
||||
array(
|
||||
'post_title' => 'D',
|
||||
'post_title' => 'Draw',
|
||||
'post_name' => 'd',
|
||||
),
|
||||
array(
|
||||
'post_title' => 'L',
|
||||
'post_title' => 'Loss',
|
||||
'post_name' => 'l',
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user