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

@@ -304,6 +304,7 @@ class SportsPress_Player_Lists {
return array_merge( $templates, array(
'lists' => array(
'title' => __( 'Player Lists', 'sportspress' ),
'label' => __( 'Players', 'sportspress' ),
'option' => 'sportspress_team_show_lists',
'action' => 'sportspress_output_team_lists',
'default' => 'yes',