Adjustments to event importer

This commit is contained in:
Brian Miyaji
2014-03-15 19:51:03 +11:00
parent f9ae46f9ce
commit a7df2745e1
27 changed files with 83 additions and 135 deletions

View File

@@ -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'
),
),