diff --git a/wp-includes/post.php b/wp-includes/post.php index dde54c510d0..74a500525ac 100644 --- a/wp-includes/post.php +++ b/wp-includes/post.php @@ -360,6 +360,7 @@ function create_initial_post_types() { 'Pending (%s)', 'Pending (%s)' ), + 'date_floating' => true, ) ); diff --git a/wp-includes/version.php b/wp-includes/version.php index d035ba2ffba..4cf34d63513 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-46273'; +$wp_version = '5.3-alpha-46274'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.