Remove unused settings and post types

This commit is contained in:
Takumi
2013-08-23 02:34:27 +10:00
parent d206460352
commit c6dafbf07b
11 changed files with 69 additions and 317 deletions

View File

@@ -9,7 +9,7 @@ function sp_event_cpt_init() {
'labels' => $labels,
'public' => true,
'hierarchical' => false,
'supports' => array( 'title', 'author', 'comments', 'page-attributes' ),
'supports' => array( 'title', 'author', 'comments' ),
'register_meta_box_cb' => 'sp_event_meta_init',
'rewrite' => array( 'slug' => 'event' )
);