diff --git a/includes/post_types.php b/includes/post_types.php index 91b1c8e..2eec5b2 100644 --- a/includes/post_types.php +++ b/includes/post_types.php @@ -21,7 +21,6 @@ function dynamiques_create_posttype() 'menu_position' => 4, 'supports' => array( 'title', - // 'editor', 'thumbnail', 'excerpt', 'custom-fields', @@ -54,8 +53,6 @@ function dynamiques_create_posttype() 'revisions', 'author', ), - - ) ); }