From 9fadf9f50054e569a26084dbf7ec65bddc0fa919 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 25 Jul 2020 16:39:59 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@48613 602fd350-edb4-49c9-b593-d223f7449a82 --- .../rest-api/endpoints/class-wp-rest-posts-controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php b/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php index 20e9b4c6a5..88ab53b258 100644 --- a/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php +++ b/src/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' );