Skip to content

Commit

Permalink
Costmetic alignment fix to class-wc-frontend-scripts.php
Browse files Browse the repository at this point in the history
  • Loading branch information
MannyC committed Dec 17, 2017
1 parent c8dfc7e commit ccab2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-wc-frontend-scripts.php
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ private static function get_script_data( $handle ) {
$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,
Expand Down

0 comments on commit ccab2a4

Please sign in to comment.