diff --git a/src/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php b/src/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php index 2fd591c719..e38d46b918 100644 --- a/src/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php +++ b/src/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php @@ -110,12 +110,12 @@ class WP_REST_Widget_Types_Controller extends WP_REST_Controller { 'callback' => array( $this, 'render' ), 'args' => array( 'id' => array( - 'description' => __( 'The widget type id.', 'default' ), + 'description' => __( 'The widget type id.' ), 'type' => 'string', 'required' => true, ), 'instance' => array( - 'description' => __( 'Current instance settings of the widget.', 'default' ), + 'description' => __( 'Current instance settings of the widget.' ), 'type' => 'object', ), ),