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

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