Fix league table meta box title

This commit is contained in:
Brian Miyaji
2015-02-13 18:57:53 +11:00
parent 7e0dbb385f
commit ab8f158406

View File

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