Fixed order delete

This commit is contained in:
Claudio Sanches 2016-03-28 16:10:05 -03:00
parent 9738ee04c2
commit 2cd2b54c29
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ class WC_REST_Orders_Controller extends WC_REST_Posts_Controller {
'args' => array(
'force' => array(
'default' => false,
'description' => __( 'Required to be true, as resource does not support trashing.', 'woocommerce' ),
'description' => __( 'Whether to bypass trash and force deletion.', 'woocommerce' ),
),
'reassign' => array(),
),