Add tab labels to templates

This commit is contained in:
Brian Miyaji
2016-10-21 18:49:44 +11:00
parent a86e555146
commit 578c1d8c2d
4 changed files with 13 additions and 2 deletions

View File

@@ -299,6 +299,7 @@ class SportsPress_League_Tables {
return array_merge( $templates, array(
'tables' => array(
'title' => __( 'League Tables', 'sportspress' ),
'label' => __( 'League Table', 'sportspress' ),
'option' => 'sportspress_team_show_tables',
'action' => 'sportspress_output_team_tables',
'default' => 'yes',