Skip to content

Commit

Permalink
REST API: Mark "pending" status as date_floating.
Browse files Browse the repository at this point in the history
See: WordPress/gutenberg#13176

Props TimothyBlynJacobs.
Fixes #39953.


git-svn-id: https://develop.svn.wordpress.org/trunk@46274 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
kadamwhite committed Sep 23, 2019
1 parent e5e5232 commit 8520bb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wp-includes/post.php
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ function create_initial_post_types() {
'Pending <span class="count">(%s)</span>',
'Pending <span class="count">(%s)</span>'
),
'date_floating' => true,
)
);

Expand Down

0 comments on commit 8520bb1

Please sign in to comment.