Correct text-domain.
This commit is contained in:
parent
4449a669c8
commit
263bd5776e
|
@ -1852,7 +1852,7 @@ class WC_REST_Orders_V2_Controller extends WC_REST_CRUD_Controller {
|
|||
);
|
||||
$params['order_item_display_meta'] = array(
|
||||
'default' => false,
|
||||
'description' => __( 'Only show meta which is meant to be displayed for an order.', 'woocomerce' ),
|
||||
'description' => __( 'Only show meta which is meant to be displayed for an order.', 'woocommerce' ),
|
||||
'type' => 'boolean',
|
||||
'sanitize_callback' => 'rest_sanitize_boolean',
|
||||
'validate_callback' => 'rest_validate_request_arg',
|
||||
|
|
Loading…
Reference in New Issue