Missing period
This commit is contained in:
parent
5b51b915f6
commit
984edf07d2
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue