Oops, fixed array syntax

This commit is contained in:
Geert De Deckere 2012-02-07 15:19:55 +01:00
parent 851197f9e1
commit 5bb1f653c4
1 changed files with 2 additions and 1 deletions

View File

@ -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' ),