Automatically load importers, overview, and widgets

This commit is contained in:
Brian Miyaji
2015-03-23 22:03:32 +11:00
parent 9324fcfaa0
commit 52bab143bf
5 changed files with 15 additions and 52 deletions

View File

@@ -98,20 +98,3 @@ class SP_Settings_Players extends SP_Settings_Page {
endif;
return new SP_Settings_Players();
/*
array(
'title' => __( 'Templates', 'sportspress' ),
'type' => 'templates',
'options' => array(
'details' => array(
'title' => __( 'Details', 'sportspress' ),
'default' => 'yes',
),
'statistics' => array(
'title' => __( 'Statistics', 'sportspress' ),
'default' => 'yes',
),
),
),
*/