Relabel Player Performance to Box Score

This commit is contained in:
Brian Miyaji
2015-04-14 22:23:22 +10:00
parent 6b7b4d020a
commit 846f9fdd4a
2 changed files with 2 additions and 2 deletions

View File

@@ -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',

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' => __( 'Player Performance', 'sportspress' ),
'event_performance' => __( 'Box Score', 'sportspress' ),
) );
if ( $shortcodes ) {
?>