diff --git a/wp-content/themes/cosmopet/templates/shop/bestsellers.twig b/wp-content/themes/cosmopet/templates/shop/bestsellers.twig index c0b00eb..3b54d11 100644 --- a/wp-content/themes/cosmopet/templates/shop/bestsellers.twig +++ b/wp-content/themes/cosmopet/templates/shop/bestsellers.twig @@ -1,6 +1,4 @@ -{# - Bestsellers Slider Template with Polylang support -#} +{# Bestsellers Slider Template with Polylang support #} {% set best = function('get_field', 'best', 'options') %} {% set currency = function('get_woocommerce_currency_symbol') %} @@ -24,51 +22,55 @@