Event Results => Results
This commit is contained in:
@@ -99,4 +99,4 @@ class SP_Admin_Dashboard {
|
||||
|
||||
endif;
|
||||
|
||||
return new SP_Admin_Dashboard();
|
||||
return new SP_Admin_Dashboard();
|
||||
@@ -124,7 +124,7 @@ class SP_Admin_Meta_Boxes {
|
||||
'priority' => 'default',
|
||||
),
|
||||
'results' => array(
|
||||
'title' => __( 'Event Results', 'sportspress' ),
|
||||
'title' => __( 'Results', 'sportspress' ),
|
||||
'save' => 'SP_Meta_Box_Event_Results::save',
|
||||
'output' => 'SP_Meta_Box_Event_Results::output',
|
||||
'context' => 'normal',
|
||||
|
||||
Reference in New Issue
Block a user