From ccab2a4aa7d7a891d512297af0fd3bf71a1c5feb Mon Sep 17 00:00:00 2001 From: MannyC Date: Sun, 17 Dec 2017 01:54:50 +0000 Subject: [PATCH] Costmetic alignment fix to class-wc-frontend-scripts.php --- 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 2165f794d40..5b8b05b15e1 100644 --- a/includes/class-wc-frontend-scripts.php +++ b/includes/class-wc-frontend-scripts.php @@ -458,7 +458,7 @@ class WC_Frontend_Scripts { $params = array( 'i18n_required_rating_text' => esc_attr__( 'Please select a rating', 'woocommerce' ), 'review_rating_required' => get_option( 'woocommerce_review_rating_required' ), - 'flexslider_options' => apply_filters( 'woocommerce_single_product_carousel_options', array( + 'flexslider_options' => apply_filters( 'woocommerce_single_product_carousel_options', array( 'rtl' => is_rtl(), 'animation' => 'slide', 'smoothHeight' => true,