task: revise docblock for wc_format_decimal()

This commit is contained in:
Rohan Sharma 2021-07-01 17:41:33 +05:30
parent 1de07344ca
commit 5087e00f17
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ function wc_format_refund_total( $amount ) {
/**
* Format decimal numbers ready for DB storage.
*
* Sanitize, remove decimals, and optionally round + trim off zeros.
* Sanitize, optionally remove decimals, and optionally round + trim off zeros.
*
* This function does not remove thousands - this should be done before passing a value to the function.
*