From 6b4fce475a6a4809bc0dd676d4317dacec6a50b9 Mon Sep 17 00:00:00 2001 From: Mike Jolley Date: Thu, 8 Jun 2017 12:46:01 +0100 Subject: [PATCH] Indenting --- includes/class-wc-frontend-scripts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-wc-frontend-scripts.php b/includes/class-wc-frontend-scripts.php index ade2ed05561..40d013faf2b 100644 --- a/includes/class-wc-frontend-scripts.php +++ b/includes/class-wc-frontend-scripts.php @@ -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,