diff --git a/wp-includes/media.php b/wp-includes/media.php index 7b323aafac..04fb27608a 100644 --- a/wp-includes/media.php +++ b/wp-includes/media.php @@ -749,10 +749,10 @@ function wp_image_matches_ratio( $source_width, $source_height, $target_width, $ * Array of file relative path, width, and height on success. Additionally includes absolute * path and URL if registered size is passed to `$size` parameter. False on failure. * - * @type string $file Path of image relative to uploads directory. + * @type string $file Filename of image. * @type int $width Width of image in pixels. * @type int $height Height of image in pixels. - * @type string $path Absolute filesystem path of image. + * @type string $path Path of image relative to uploads directory. * @type string $url URL of image. * } */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 367d691bea..24b950cf0b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-beta2-56121'; +$wp_version = '6.3-beta2-56122'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.