task: revise docblock for wc_format_decimal()
This commit is contained in:
parent
1de07344ca
commit
5087e00f17
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue