Remove unused features

This commit is contained in:
Takumi
2013-08-22 22:55:01 +10:00
parent e671333dc2
commit 937c00bad0
3 changed files with 3 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ function sp_table_cpt_init() {
'labels' => $labels,
'public' => true,
'hierarchical' => false,
'supports' => array( 'title', 'author', 'thumbnail', 'page-attributes' ),
'supports' => array( 'title', 'author' ),
'register_meta_box_cb' => 'sp_table_meta_init',
'rewrite' => array( 'slug' => 'table' )
);