Costmetic alignment fix to class-wc-frontend-scripts.php

This commit is contained in:
MannyC 2017-12-17 01:54:50 +00:00
parent c8dfc7e91e
commit ccab2a4aa7
1 changed files with 1 additions and 1 deletions

View File

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