Updated per feedback

This commit is contained in:
Claudio Sanches 2019-03-01 20:01:03 -03:00
parent 8c18367e57
commit e131ba5358
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ class WC_REST_Orders_Controller extends WC_REST_Orders_V2_Controller {
$params['status'] = array( $params['status'] = array(
'default' => 'any', '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', 'type' => 'array',
'items' => array( 'items' => array(
'type' => 'string', 'type' => 'string',