Indenting

This commit is contained in:
Mike Jolley 2017-06-08 12:46:01 +01:00
parent be93b56e20
commit 6b4fce475a
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@ class WC_Frontend_Scripts {
) ),
'zoom_enabled' => apply_filters( 'woocommerce_single_product_zoom_enabled', get_theme_support( 'wc-product-gallery-zoom' ) ),
'photoswipe_enabled' => apply_filters( 'woocommerce_single_product_photoswipe_enabled', get_theme_support( 'wc-product-gallery-lightbox' ) ),
'photoswipe_options' => apply_filters( 'woocommerce_single_product_photoswipe_options', array(
'photoswipe_options' => apply_filters( 'woocommerce_single_product_photoswipe_options', array(
'shareEl' => false,
'closeOnScroll' => false,
'history' => false,