Merge pull request #9281 from shivapoudel/duplication
Remove duplicated 'thumb' for product custom columns
This commit is contained in:
commit
2021432bae
|
@ -215,7 +215,6 @@ class WC_Admin_Post_Types {
|
|||
$columns = array();
|
||||
$columns['cb'] = '<input type="checkbox" />';
|
||||
$columns['thumb'] = '<span class="wc-image tips" data-tip="' . esc_attr__( 'Image', 'woocommerce' ) . '">' . __( 'Image', 'woocommerce' ) . '</span>';
|
||||
$columns['thumb'] = '<span class="wc-image tips" data-tip="' . esc_attr__( 'Image', 'woocommerce' ) . '">' . __( 'Image', 'woocommerce' ) . '</span>';
|
||||
$columns['name'] = __( 'Name', 'woocommerce' );
|
||||
|
||||
if ( wc_product_sku_enabled() ) {
|
||||
|
|
Loading…
Reference in New Issue