Add GB calculation

This commit is contained in:
Brian Miyaji
2015-04-09 21:31:17 +10:00
parent b9f98e1463
commit 0d26e5fb48
4 changed files with 101 additions and 3 deletions

View File

@@ -41,6 +41,7 @@ class SP_Meta_Box_Equation {
break;
case 'outcome':
$options[ 'Outcomes' ] = self::optgroup( 'sp_outcome' );
$options[ 'Outcomes' ]['$gb'] = __( 'Games Back', 'sportspress' );
$options[ 'Outcomes' ]['$streak'] = __( 'Streak', 'sportspress' );
$options[ 'Outcomes' ]['$last5'] = __( 'Last 5', 'sportspress' );
$options[ 'Outcomes' ]['$last10'] = __( 'Last 10', 'sportspress' );