Merge pull request #21171 from macbookandrew/patch-2

fix typo
This commit is contained in:
Rodrigo Primo 2018-08-23 16:30:27 -03:00 committed by GitHub
commit 4a3b175715
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,