Remove duplicate editor in team edit screen

This commit is contained in:
Brian Miyaji
2014-05-18 20:13:12 +10:00
parent d7946985c0
commit e2c84466ea
3 changed files with 9 additions and 6 deletions

View File

@@ -417,7 +417,7 @@ class SP_Post_types {
'exclude_from_search' => false,
'hierarchical' => true,
'rewrite' => array( 'slug' => get_option( 'sportspress_team_slug', 'team' ) ),
'supports' => array( 'title', 'editor', 'author', 'thumbnail', 'page-attributes', 'excerpt' ),
'supports' => array( 'title', 'author', 'thumbnail', 'page-attributes', 'excerpt' ),
'has_archive' => true,
'show_in_nav_menus' => true,
'menu_icon' => 'dashicons-shield-alt',