No need to check

This commit is contained in:
Brian Miyaji
2015-01-28 15:40:12 +11:00
parent a2aa6470fb
commit d64ef2f2a8
2 changed files with 2 additions and 10 deletions

View File

@@ -182,7 +182,6 @@ class SportsPress_League_Tables {
*/
public function add_settings( $settings ) {
return array_merge( $settings,
array(
array( 'title' => __( 'League Tables', 'sportspress' ), 'type' => 'title', 'id' => 'table_options' ),
),
@@ -221,7 +220,6 @@ class SportsPress_League_Tables {
array(
array( 'type' => 'sectionend', 'id' => 'table_options' ),
)
);
}
}