diff --git a/src/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php b/src/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
index 7a8d4b0..911919a 100644
a
|
b
|
class WP_REST_Comments_Controller extends WP_REST_Controller { |
1226 | 1226 | 'description' => __( 'Type of Comment for the object.' ), |
1227 | 1227 | 'type' => 'string', |
1228 | 1228 | 'context' => array( 'view', 'edit', 'embed' ), |
| 1229 | 'readonly' => true, |
1229 | 1230 | 'default' => 'comment', |
1230 | 1231 | 'arg_options' => array( |
1231 | 1232 | 'sanitize_callback' => 'sanitize_key', |