WooCommerce lightbox option desc

This commit is contained in:
James Koster 2013-01-08 14:28:26 +00:00
parent b1e4847e52
commit 07076d64f0
1 changed files with 2 additions and 1 deletions

View File

@ -265,9 +265,10 @@ $woocommerce_settings['general'] = apply_filters('woocommerce_general_settings',
),
array(
'desc' => __( 'Enable WooCommerce lightbox on the product page', 'woocommerce' ),
'desc' => __( 'Enable WooCommerce lightbox', 'woocommerce' ),
'id' => 'woocommerce_enable_lightbox',
'default' => 'yes',
'desc_tip' => __( 'On the product details page, product gallery images will open in a lightbox. The Add Review form will open in a modal window', 'woocommerce' ),
'type' => 'checkbox',
'checkboxgroup' => ''
),