Change Statistic to Performance

This commit is contained in:
Brian Miyaji
2014-03-24 19:24:54 +11:00
parent 967e0729a1
commit 514e3d4da4
48 changed files with 284 additions and 277 deletions

View File

@@ -68,7 +68,7 @@ $sportspress_sports['baseball'] = array(
),
),
// Statistics
'sp_statistic' => array(
'sp_performance' => array(
),
// Results
'sp_result' => array(

View File

@@ -149,7 +149,7 @@ $sportspress_sports['basketball'] = array(
),
),
// Player Statistics
'sp_statistic' => array(
'sp_performance' => array(
array(
'post_title' => 'MIN',
'post_name' => 'min',

View File

@@ -59,7 +59,7 @@ $sportspress_sports['cricket'] = array(
),
),
// Statistics
'sp_statistic' => array(
'sp_performance' => array(
),
// Results
'sp_result' => array(

View File

@@ -184,7 +184,7 @@ $sportspress_sports['football'] = array(
),
),
// Player Statistics
'sp_statistic' => array(
'sp_performance' => array(
array(
'post_title' => 'Comp',
'post_name' => 'comp',

View File

@@ -64,7 +64,7 @@ $sportspress_sports['footy'] = array(
)
),
// Statistics
'sp_statistic' => array(
'sp_performance' => array(
),
// Results
'sp_result' => array(

View File

@@ -57,7 +57,7 @@ $sportspress_sports['gaming'] = array(
),
),
// Statistics
'sp_statistic' => array(
'sp_performance' => array(
),
// Results
'sp_result' => array(

View File

@@ -8,7 +8,7 @@ $sportspress_sports['golf'] = array(
'sp_column' => array(
),
// Statistics
'sp_statistic' => array(
'sp_performance' => array(
array(
'post_title' => 'Events',
'post_name' => 'events',

View File

@@ -64,7 +64,7 @@ $sportspress_sports['hockey'] = array(
),
),
// Statistics
'sp_statistic' => array(
'sp_performance' => array(
),
// Results
'sp_result' => array(

View File

@@ -8,7 +8,7 @@ $sportspress_sports['racing'] = array(
'sp_column' => array(
),
// Statistics
'sp_statistic' => array(
'sp_performance' => array(
array(
'post_title' => 'Pts',
'post_name' => 'pts',

View File

@@ -119,7 +119,7 @@ $sportspress_sports['rugby'] = array(
),
),
// Player Statistics
'sp_statistic' => array(
'sp_performance' => array(
array(
'post_title' => 'Points',
'post_name' => 'points',

View File

@@ -156,7 +156,7 @@ $sportspress_sports['soccer'] = array(
),
),
// Player Statistics
'sp_statistic' => array(
'sp_performance' => array(
array(
'post_title' => 'Goals',
'post_name' => 'goals',