Skip to content

Commit 2c0108d

Browse files
committed
woocommerce_trim_zeros not woocommerce_trim_zeroes
1 parent be1e856 commit 2c0108d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

woocommerce/class-sv-wc-plugin-compatibility.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ public static function wc_trim_zeroes( $price ) {
739739
if ( self::is_wc_version_gte_2_1() ) {
740740
return wc_trim_zeroes( $price );
741741
} else {
742-
return woocommerce_trim_zeroes( $price );
742+
return woocommerce_trim_zeros( $price );
743743
}
744744
}
745745

0 commit comments

Comments
 (0)