Scorecard => Box Score

This commit is contained in:
Brian Miyaji
2016-04-04 11:09:53 +10:00
parent c0d085ba66
commit 3cf233c6be
10 changed files with 10 additions and 10 deletions

View File

@@ -138,7 +138,7 @@ class SP_Admin_Meta_Boxes {
'priority' => 'high',
),
'performance' => array(
'title' => __( 'Scorecard', 'sportspress' ),
'title' => __( 'Box Score', 'sportspress' ),
'save' => 'SP_Meta_Box_Event_Performance::save',
'output' => 'SP_Meta_Box_Event_Performance::output',
'context' => 'normal',

View File

@@ -22,7 +22,7 @@ class SP_Meta_Box_Event_Shortcode {
$shortcodes = apply_filters( 'sportspress_event_shortcodes', array(
'event_results' => __( 'Results', 'sportspress' ),
'event_details' => __( 'Details', 'sportspress' ),
'event_performance' => __( 'Scorecard', 'sportspress' ),
'event_performance' => __( 'Box Score', 'sportspress' ),
) );
if ( $shortcodes ) {
?>

View File

@@ -271,7 +271,7 @@ class SP_Settings_Events extends SP_Settings_Page {
),
array(
array( 'title' => __( 'Scorecard', 'sportspress' ), 'type' => 'title', 'desc' => '', 'id' => 'performance_options' ),
array( 'title' => __( 'Box Score', 'sportspress' ), 'type' => 'title', 'desc' => '', 'id' => 'performance_options' ),
),
apply_filters( 'sportspress_performance_options', array(

View File

@@ -74,7 +74,7 @@ class SP_Templates {
'default' => 'yes',
),
'performance' => array(
'title' => __( 'Scorecard', 'sportspress' ),
'title' => __( 'Box Score', 'sportspress' ),
'option' => 'sportspress_event_show_performance',
'action' => 'sportspress_output_event_performance',
'default' => 'yes',

View File

@@ -1331,7 +1331,7 @@ if ( !function_exists( 'sp_taxonomy_field' ) ) {
function sp_get_text_options() {
$strings = apply_filters( 'sportspress_text', array(
__( 'Article', 'sportspress' ),
__( 'Scorecard', 'sportspress' ),
__( 'Box Score', 'sportspress' ),
__( 'Career Total', 'sportspress' ),
__( 'Current Team', 'sportspress' ),
__( 'Current Teams', 'sportspress' ),