This commit is contained in:
Andrew Minion 2018-08-23 14:37:54 -04:00 committed by GitHub
parent d5e229f98a
commit 067a79c336
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ class WC_REST_Customers_Controller extends WC_REST_Customers_V1_Controller {
'readonly' => true,
),
'date_created_gmt' => array(
'description' => __( 'The date the order was created, as GMT.', 'woocommerce' ),
'description' => __( 'The date the customer was created, as GMT.', 'woocommerce' ),
'type' => 'date-time',
'context' => array( 'view', 'edit' ),
'readonly' => true,