diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php index ab86835314..a58144f843 100644 --- a/src/wp-includes/functions.php +++ b/src/wp-includes/functions.php @@ -7319,11 +7319,11 @@ function is_php_version_compatible( $required ) { /** * Check if two numbers are nearly the same. - * + * * This is similar to using `round()` but the precision is more fine-grained. * * @since 5.3.0 - * + * * @param int|float $expected The expected value. * @param int|float $actual The actual number. * @param int|float $precision The allowed variation. diff --git a/src/wp-includes/media.php b/src/wp-includes/media.php index 76fa325919..6a073ffd57 100644 --- a/src/wp-includes/media.php +++ b/src/wp-includes/media.php @@ -622,7 +622,7 @@ function image_resize_dimensions( $orig_w, $orig_h, $dest_w, $dest_h, $crop = fa * with the original/source image. Differences of 1px may be due to rounding and are ignored. * * @since 5.3.0 - * + * * @param bool The filtered value. * @param int Original image width. * @param int Original image height.