Remove _n when not dependent

This commit is contained in:
Brian Miyaji
2015-04-11 01:59:21 +10:00
parent 434a991de0
commit b3bdca022e
3 changed files with 4 additions and 5 deletions

View File

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