Fix league table meta box title
This commit is contained in:
@@ -149,7 +149,7 @@ class SportsPress_League_Tables {
|
|||||||
'priority' => 'default',
|
'priority' => 'default',
|
||||||
),
|
),
|
||||||
'data' => array(
|
'data' => array(
|
||||||
'title' => __( 'Events', 'sportspress' ),
|
'title' => __( 'League Table', 'sportspress' ),
|
||||||
'save' => 'SP_Meta_Box_Table_Data::save',
|
'save' => 'SP_Meta_Box_Table_Data::save',
|
||||||
'output' => 'SP_Meta_Box_Table_Data::output',
|
'output' => 'SP_Meta_Box_Table_Data::output',
|
||||||
'context' => 'normal',
|
'context' => 'normal',
|
||||||
|
|||||||
Reference in New Issue
Block a user