Oops, fixed array syntax
This commit is contained in:
parent
851197f9e1
commit
5bb1f653c4
|
@ -532,7 +532,8 @@ $woocommerce_settings['catalog'] = apply_filters('woocommerce_catalog_settings',
|
|||
'mm' => __( 'mm', 'woocommerce' ),
|
||||
'in' => __( 'in', 'woocommerce' ),
|
||||
),
|
||||
|
||||
),
|
||||
|
||||
array(
|
||||
'name' => __( 'Cart redirect', 'woocommerce' ),
|
||||
'desc' => __( 'Redirect to cart after adding a product to the cart (on single product pages)', 'woocommerce' ),
|
||||
|
|
Loading…
Reference in New Issue