mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Docs: Miscellaneous docblock corrections and improvements.
See #58833 git-svn-id: https://develop.svn.wordpress.org/trunk@56414 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -8600,7 +8600,7 @@ function is_php_version_compatible( $required ) {
|
||||
*
|
||||
* @param int|float $expected The expected value.
|
||||
* @param int|float $actual The actual number.
|
||||
* @param int|float $precision The allowed variation.
|
||||
* @param int|float $precision Optional. The allowed variation. Default 1.
|
||||
* @return bool Whether the numbers match within the specified precision.
|
||||
*/
|
||||
function wp_fuzzy_number_match( $expected, $actual, $precision = 1 ) {
|
||||
|
||||
Reference in New Issue
Block a user