Ticket #50776: 50776.diff
| File 50776.diff, 662 bytes (added by , 6 years ago) |
|---|
-
src/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php
diff --git a/src/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php b/src/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php index 88494a5fa9..591e3b838b 100644
a b class WP_REST_Themes_Controller extends WP_REST_Controller { 367 367 ), 368 368 ), 369 369 'textdomain' => array( 370 'description' => __( 'The theme\'s text domain.' ),370 'description' => __( 'The theme\'s text domain.' ), 371 371 'type' => 'string', 372 372 'readonly' => true, 373 373 ),