Performance => Box Score
This commit is contained in:
@@ -27,7 +27,7 @@ $raw = apply_filters( 'sportspress_tinymce_strings', array(
|
|||||||
'details' => __( 'Details', 'sportspress' ),
|
'details' => __( 'Details', 'sportspress' ),
|
||||||
'results' => __( 'Results', 'sportspress' ),
|
'results' => __( 'Results', 'sportspress' ),
|
||||||
'countdown' => __( 'Countdown', 'sportspress' ),
|
'countdown' => __( 'Countdown', 'sportspress' ),
|
||||||
'performance' => __( 'Performance', 'sportspress' ),
|
'performance' => __( 'Box Score', 'sportspress' ),
|
||||||
'calendar' => __( 'Calendar', 'sportspress' ),
|
'calendar' => __( 'Calendar', 'sportspress' ),
|
||||||
'statistics' => __( 'Statistics', 'sportspress' ),
|
'statistics' => __( 'Statistics', 'sportspress' ),
|
||||||
'table' => __( 'League Table', 'sportspress' ),
|
'table' => __( 'League Table', 'sportspress' ),
|
||||||
|
|||||||
@@ -1232,6 +1232,7 @@ if ( !function_exists( 'sp_taxonomy_field' ) ) {
|
|||||||
function sp_get_text_options() {
|
function sp_get_text_options() {
|
||||||
$strings = apply_filters( 'sportspress_text', array(
|
$strings = apply_filters( 'sportspress_text', array(
|
||||||
__( 'Article', 'sportspress' ),
|
__( 'Article', 'sportspress' ),
|
||||||
|
__( 'Box Score', 'sportspress' ),
|
||||||
__( 'Career Total', 'sportspress' ),
|
__( 'Career Total', 'sportspress' ),
|
||||||
__( 'Current Team', 'sportspress' ),
|
__( 'Current Team', 'sportspress' ),
|
||||||
__( 'Current Teams', 'sportspress' ),
|
__( 'Current Teams', 'sportspress' ),
|
||||||
@@ -1242,7 +1243,6 @@ function sp_get_text_options() {
|
|||||||
__( 'Nationality', 'sportspress' ),
|
__( 'Nationality', 'sportspress' ),
|
||||||
__( 'Outcome', 'sportspress' ),
|
__( 'Outcome', 'sportspress' ),
|
||||||
__( 'Past Teams', 'sportspress' ),
|
__( 'Past Teams', 'sportspress' ),
|
||||||
__( 'Performance', 'sportspress' ),
|
|
||||||
__( 'Played', 'sportspress' ),
|
__( 'Played', 'sportspress' ),
|
||||||
__( 'Player', 'sportspress' ),
|
__( 'Player', 'sportspress' ),
|
||||||
__( 'Pos', 'sportspress' ),
|
__( 'Pos', 'sportspress' ),
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
<admin-texts>
|
<admin-texts>
|
||||||
<key name="sportspress_text">
|
<key name="sportspress_text">
|
||||||
<key name="Article"/>
|
<key name="Article"/>
|
||||||
|
<key name="Box Score"/>
|
||||||
<key name="Competition"/>
|
<key name="Competition"/>
|
||||||
<key name="Current Team"/>
|
<key name="Current Team"/>
|
||||||
<key name="Current Teams"/>
|
<key name="Current Teams"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user