diff --git a/wp-includes/post.php b/wp-includes/post.php index b44bf573cc..92d16a6290 100644 --- a/wp-includes/post.php +++ b/wp-includes/post.php @@ -4897,7 +4897,7 @@ function wp_transition_post_status( $new_status, $old_status, $post ) { /** * Fires when a post is transitioned from one status to another. * - * The dynamic portions of the hook name, `$new_status` and `$old status`, + * The dynamic portions of the hook name, `$new_status` and `$old_status`, * refer to the old and new post statuses, respectively. * * @since 2.3.0 diff --git a/wp-includes/version.php b/wp-includes/version.php index 4fa7d65867..75ef296e61 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-beta1-49325'; +$wp_version = '5.6-beta1-49326'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.