Change Statistic to Performance
This commit is contained in:
@@ -68,7 +68,7 @@ $sportspress_sports['baseball'] = array(
|
||||
),
|
||||
),
|
||||
// Statistics
|
||||
'sp_statistic' => array(
|
||||
'sp_performance' => array(
|
||||
),
|
||||
// Results
|
||||
'sp_result' => array(
|
||||
|
||||
@@ -149,7 +149,7 @@ $sportspress_sports['basketball'] = array(
|
||||
),
|
||||
),
|
||||
// Player Statistics
|
||||
'sp_statistic' => array(
|
||||
'sp_performance' => array(
|
||||
array(
|
||||
'post_title' => 'MIN',
|
||||
'post_name' => 'min',
|
||||
|
||||
@@ -59,7 +59,7 @@ $sportspress_sports['cricket'] = array(
|
||||
),
|
||||
),
|
||||
// Statistics
|
||||
'sp_statistic' => array(
|
||||
'sp_performance' => array(
|
||||
),
|
||||
// Results
|
||||
'sp_result' => array(
|
||||
|
||||
@@ -184,7 +184,7 @@ $sportspress_sports['football'] = array(
|
||||
),
|
||||
),
|
||||
// Player Statistics
|
||||
'sp_statistic' => array(
|
||||
'sp_performance' => array(
|
||||
array(
|
||||
'post_title' => 'Comp',
|
||||
'post_name' => 'comp',
|
||||
|
||||
@@ -64,7 +64,7 @@ $sportspress_sports['footy'] = array(
|
||||
)
|
||||
),
|
||||
// Statistics
|
||||
'sp_statistic' => array(
|
||||
'sp_performance' => array(
|
||||
),
|
||||
// Results
|
||||
'sp_result' => array(
|
||||
|
||||
@@ -57,7 +57,7 @@ $sportspress_sports['gaming'] = array(
|
||||
),
|
||||
),
|
||||
// Statistics
|
||||
'sp_statistic' => array(
|
||||
'sp_performance' => array(
|
||||
),
|
||||
// Results
|
||||
'sp_result' => array(
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -64,7 +64,7 @@ $sportspress_sports['hockey'] = array(
|
||||
),
|
||||
),
|
||||
// Statistics
|
||||
'sp_statistic' => array(
|
||||
'sp_performance' => array(
|
||||
),
|
||||
// Results
|
||||
'sp_result' => array(
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -119,7 +119,7 @@ $sportspress_sports['rugby'] = array(
|
||||
),
|
||||
),
|
||||
// Player Statistics
|
||||
'sp_statistic' => array(
|
||||
'sp_performance' => array(
|
||||
array(
|
||||
'post_title' => 'Points',
|
||||
'post_name' => 'points',
|
||||
|
||||
@@ -156,7 +156,7 @@ $sportspress_sports['soccer'] = array(
|
||||
),
|
||||
),
|
||||
// Player Statistics
|
||||
'sp_statistic' => array(
|
||||
'sp_performance' => array(
|
||||
array(
|
||||
'post_title' => 'Goals',
|
||||
'post_name' => 'goals',
|
||||
|
||||
Reference in New Issue
Block a user