Performance => Box Score

This commit is contained in:
Brian Miyaji
2015-09-17 12:22:35 +10:00
parent 43a413bfe3
commit 6d6169e608
3 changed files with 3 additions and 2 deletions

View File

@@ -1232,6 +1232,7 @@ if ( !function_exists( 'sp_taxonomy_field' ) ) {
function sp_get_text_options() {
$strings = apply_filters( 'sportspress_text', array(
__( 'Article', 'sportspress' ),
__( 'Box Score', 'sportspress' ),
__( 'Career Total', 'sportspress' ),
__( 'Current Team', 'sportspress' ),
__( 'Current Teams', 'sportspress' ),
@@ -1242,7 +1243,6 @@ function sp_get_text_options() {
__( 'Nationality', 'sportspress' ),
__( 'Outcome', 'sportspress' ),
__( 'Past Teams', 'sportspress' ),
__( 'Performance', 'sportspress' ),
__( 'Played', 'sportspress' ),
__( 'Player', 'sportspress' ),
__( 'Pos', 'sportspress' ),