Missing comma for code standards

WC_Admin_Customize is a 3.1 class

Closes #14522
This commit is contained in:
Mike Jolley 2017-04-19 11:15:10 +01:00
parent d94f3883da
commit 8ab10ade0e
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class WC_Admin_Customize {
'title' => __( 'WooCommerce endpoints', 'woocommerce' ),
'type_label' => __( 'WooCommerce endpoint', 'woocommerce' ),
'type' => 'woocommerce_nav',
'object' => 'woocommerce_endpoint'
'object' => 'woocommerce_endpoint',
);
return $item_types;