diff --git a/wp-admin/includes/meta-boxes.php b/wp-admin/includes/meta-boxes.php index 517a81d049..0dcc9f5e5c 100644 --- a/wp-admin/includes/meta-boxes.php +++ b/wp-admin/includes/meta-boxes.php @@ -87,7 +87,8 @@ function post_submit_meta_box( $post, $args = array() ) { endif; /** - * Fires before the post time/date setting in the Publish meta box. + * Fires after the Save Draft (or Save as Pending) and Preview (or Preview Changes) buttons + * in the Publish meta box. * * @since 4.4.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index babdf1916c..4a4c6e38ee 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51731'; +$wp_version = '5.9-alpha-51732'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.