Box Score => Scorecard
This commit is contained in:
@@ -138,7 +138,7 @@ class SP_Admin_Meta_Boxes {
|
||||
'priority' => 'high',
|
||||
),
|
||||
'performance' => array(
|
||||
'title' => __( 'Box Score', 'sportspress' ),
|
||||
'title' => __( 'Scorecard', 'sportspress' ),
|
||||
'save' => 'SP_Meta_Box_Event_Performance::save',
|
||||
'output' => 'SP_Meta_Box_Event_Performance::output',
|
||||
'context' => 'normal',
|
||||
|
||||
@@ -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' => __( 'Box Score', 'sportspress' ),
|
||||
'event_performance' => __( 'Scorecard', 'sportspress' ),
|
||||
) );
|
||||
if ( $shortcodes ) {
|
||||
?>
|
||||
|
||||
@@ -85,7 +85,7 @@ class SP_Settings_Events extends SP_Settings_Page {
|
||||
'checkboxgroup' => '',
|
||||
),
|
||||
array(
|
||||
'desc' => __( 'Box Score', 'sportspress' ),
|
||||
'desc' => __( 'Scorecard', 'sportspress' ),
|
||||
'id' => 'sportspress_event_show_performance',
|
||||
'default' => 'yes',
|
||||
'type' => 'checkbox',
|
||||
@@ -276,7 +276,7 @@ class SP_Settings_Events extends SP_Settings_Page {
|
||||
),
|
||||
|
||||
array(
|
||||
array( 'title' => __( 'Box Score', 'sportspress' ), 'type' => 'title', 'desc' => '', 'id' => 'performance_options' ),
|
||||
array( 'title' => __( 'Scorecard', 'sportspress' ), 'type' => 'title', 'desc' => '', 'id' => 'performance_options' ),
|
||||
),
|
||||
|
||||
apply_filters( 'sportspress_performance_options', array(
|
||||
|
||||
@@ -1247,7 +1247,7 @@ if ( !function_exists( 'sp_taxonomy_field' ) ) {
|
||||
function sp_get_text_options() {
|
||||
$strings = apply_filters( 'sportspress_text', array(
|
||||
__( 'Article', 'sportspress' ),
|
||||
__( 'Box Score', 'sportspress' ),
|
||||
__( 'Scorecard', 'sportspress' ),
|
||||
__( 'Career Total', 'sportspress' ),
|
||||
__( 'Current Team', 'sportspress' ),
|
||||
__( 'Current Teams', 'sportspress' ),
|
||||
|
||||
Reference in New Issue
Block a user