Relabel Player Performance to Box Score
This commit is contained in:
@@ -131,7 +131,7 @@ class SP_Admin_Meta_Boxes {
|
||||
'priority' => 'high',
|
||||
),
|
||||
'performance' => array(
|
||||
'title' => __( 'Player Performance', 'sportspress' ),
|
||||
'title' => __( 'Box Score', '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' => __( 'Player Performance', 'sportspress' ),
|
||||
'event_performance' => __( 'Box Score', 'sportspress' ),
|
||||
) );
|
||||
if ( $shortcodes ) {
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user