DELETE removing editor support for Revues
This commit is contained in:
parent
32dd18482d
commit
2794dae3cd
|
|
@ -21,7 +21,6 @@ function dynamiques_create_posttype()
|
||||||
'menu_position' => 4,
|
'menu_position' => 4,
|
||||||
'supports' => array(
|
'supports' => array(
|
||||||
'title',
|
'title',
|
||||||
// 'editor',
|
|
||||||
'thumbnail',
|
'thumbnail',
|
||||||
'excerpt',
|
'excerpt',
|
||||||
'custom-fields',
|
'custom-fields',
|
||||||
|
|
@ -54,8 +53,6 @@ function dynamiques_create_posttype()
|
||||||
'revisions',
|
'revisions',
|
||||||
'author',
|
'author',
|
||||||
),
|
),
|
||||||
|
|
||||||
|
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user