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' );