diff --git a/src/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php b/src/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php
index 0d8a6b1663..d72bafd608 100644
|
a
|
b
|
class WP_REST_Taxonomies_Controller extends WP_REST_Controller { |
| 304 | 304 | 'readonly' => true, |
| 305 | 305 | ), |
| 306 | 306 | 'visibility' => array( |
| 307 | | 'description' => __( 'The visibility settings for the taxomonmy.' ), |
| | 307 | 'description' => __( 'The visibility settings for the taxonomy.' ), |
| 308 | 308 | 'type' => 'object', |
| 309 | 309 | 'context' => array( 'edit' ), |
| 310 | 310 | 'readonly' => true, |