Costmetic alignment fix to class-wc-frontend-scripts.php
This commit is contained in:
parent
c8dfc7e91e
commit
ccab2a4aa7
|
@ -458,7 +458,7 @@ class WC_Frontend_Scripts {
|
||||||
$params = array(
|
$params = array(
|
||||||
'i18n_required_rating_text' => esc_attr__( 'Please select a rating', 'woocommerce' ),
|
'i18n_required_rating_text' => esc_attr__( 'Please select a rating', 'woocommerce' ),
|
||||||
'review_rating_required' => get_option( 'woocommerce_review_rating_required' ),
|
'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(),
|
'rtl' => is_rtl(),
|
||||||
'animation' => 'slide',
|
'animation' => 'slide',
|
||||||
'smoothHeight' => true,
|
'smoothHeight' => true,
|
||||||
|
|
Loading…
Reference in New Issue