This commit is contained in:
Mike Jolley 2017-12-07 15:41:53 +00:00
parent 7a94bf06df
commit 36b1753925
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ function wc_round_tax_total( $value, $precision = null ) {
/**
* Round half down in PHP 5.2.
*
* @since 3.3
* @since 3.2.6
* @param float $value Value to round.
* @param int $precision Precision to round down to.
* @return float