From ebfe7ca39ab5336f765cc30b02b250a4def6da65 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 25 Jul 2020 16:41:02 +0000 Subject: [PATCH] I18N: Remove `` tags in an error message in `WP_REST_Posts_Controller::get_item_schema()` for consistency with other strings. Follow-up to [48610]. See #50759. Built from https://develop.svn.wordpress.org/trunk@48613 git-svn-id: http://core.svn.wordpress.org/trunk@48375 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../rest-api/endpoints/class-wp-rest-posts-controller.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.