Commit 35e32d4e authored by Sergey Biryukov's avatar Sergey Biryukov
Browse files

I18N: Remove `<code>` tags in an error message in...

I18N: Remove `<code>` 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: https://core.svn.wordpress.org/trunk@48375 1a063a9b-81f0-0310-95a4-ce76da25c4cd
parent f820f7ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.' ),
					'<code>register_rest_field<code>'
					'register_rest_field'
				),
				'5.4.0'
			);
+1 −1
Original line number Diff line number Diff line
@@ -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.