Dashboard section added to modules page

This commit is contained in:
Brian Miyaji
2015-05-17 00:16:40 +10:00
parent 3b067b6f5c
commit 48bb1bdd00
2 changed files with 12 additions and 9 deletions

View File

@@ -34,6 +34,7 @@ class SP_Settings_Modules extends SP_Settings_Page {
'event' => __( 'Events', 'sportspress' ),
'team' => __( 'Teams', 'sportspress' ),
'player_staff' => __( 'Players', 'sportspress' ) . ' & ' . __( 'Staff', 'sportspress' ),
'admin' => __( 'Dashboard', 'sportspress' ),
'other' => __( 'Other', 'sportspress' ),
));