Missing period

This commit is contained in:
Claudio Sanches 2017-04-02 03:27:58 -03:00
parent 5b51b915f6
commit 984edf07d2
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ class WC_REST_Product_Categories_Controller extends WC_REST_Product_Categories_V
'readonly' => true, 'readonly' => true,
), ),
'date_created_gmt' => array( 'date_created_gmt' => array(
'description' => __( 'The date the image was created, as GMT', 'woocommerce' ), 'description' => __( 'The date the image was created, as GMT.', 'woocommerce' ),
'type' => 'date-time', 'type' => 'date-time',
'context' => array( 'view', 'edit' ), 'context' => array( 'view', 'edit' ),
'readonly' => true, 'readonly' => true,