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

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