From e131ba5358b32cc248f7c81a46609adec4035709 Mon Sep 17 00:00:00 2001 From: Claudio Sanches Date: Fri, 1 Mar 2019 20:01:03 -0300 Subject: [PATCH] Updated per feedback --- includes/api/class-wc-rest-orders-controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/class-wc-rest-orders-controller.php b/includes/api/class-wc-rest-orders-controller.php index 7c6cd06a91e..d2bb6f06663 100644 --- a/includes/api/class-wc-rest-orders-controller.php +++ b/includes/api/class-wc-rest-orders-controller.php @@ -257,7 +257,7 @@ class WC_REST_Orders_Controller extends WC_REST_Orders_V2_Controller { $params['status'] = array( 'default' => 'any', - 'description' => __( 'Limit result set to orders assigned to specific statuses.', 'woocommerce' ), + 'description' => __( 'Limit result set to orders which have specific statuses.', 'woocommerce' ), 'type' => 'array', 'items' => array( 'type' => 'string',