Remove unused settings section

This commit is contained in:
Brian Miyaji
2014-03-21 20:04:57 +11:00
parent 7206cebaf6
commit e1731d2105

View File

@@ -13,13 +13,6 @@ class SportsPressTeamSettingsPage {
'sportspress_options_validate'
);
add_settings_section(
'team',
__( 'Team Options', 'sportspress' ),
'',
'sportspress_teams'
);
add_settings_section(
'table',
__( 'League Table Options', 'sportspress' ),
@@ -28,7 +21,7 @@ class SportsPressTeamSettingsPage {
);
add_settings_field(
'table',
'teams',
__( 'Teams', 'sportspress' ),
array( $this, 'tables_callback' ),
'sportspress_teams',