REST API: Mark "pending" status as date_floating.
See: https://github.com/WordPress/gutenberg/issues/13176 Props TimothyBlynJacobs. Fixes #39953. git-svn-id: https://develop.svn.wordpress.org/trunk@46274 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
685d4a2a0a
commit
ac0b7f247b
@ -360,6 +360,7 @@ function create_initial_post_types() {
|
|||||||
'Pending <span class="count">(%s)</span>',
|
'Pending <span class="count">(%s)</span>',
|
||||||
'Pending <span class="count">(%s)</span>'
|
'Pending <span class="count">(%s)</span>'
|
||||||
),
|
),
|
||||||
|
'date_floating' => true,
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user