diff --git a/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php b/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php index 20e9b4c6a5..88ab53b258 100644 --- a/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php +++ b/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php @@ -2430,7 +2430,7 @@ class WP_REST_Posts_Controller extends WP_REST_Controller { sprintf( /* translators: %s: register_rest_field */ __( 'Please use %s to add new schema properties.' ), - 'register_rest_field' + 'register_rest_field' ), '5.4.0' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index ed5695fa27..2907a0ac56 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-beta3-48612'; +$wp_version = '5.5-beta3-48613'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.