handling revision(s) instead of revision
This commit is contained in:
parent
a15dabfa85
commit
8b3327e9af
|
|
@ -193,7 +193,7 @@ function create_posttype()
|
||||||
'show_in_rest' => true,
|
'show_in_rest' => true,
|
||||||
'menu_icon' => 'dashicons-forms',
|
'menu_icon' => 'dashicons-forms',
|
||||||
'supports' => array('title', 'custom-fields'),
|
'supports' => array('title', 'custom-fields'),
|
||||||
'supports' => array('title', 'editor', 'page-attributes', 'thumbnail', 'revision', 'excerpt'),
|
'supports' => array('title', 'editor', 'page-attributes', 'thumbnail', 'revisions', 'excerpt'),
|
||||||
|
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user