diff --git a/wp-admin/includes/image-edit.php b/wp-admin/includes/image-edit.php index 1debdeaaaa..a91f082bb6 100644 --- a/wp-admin/includes/image-edit.php +++ b/wp-admin/includes/image-edit.php @@ -375,7 +375,7 @@ function wp_save_image_file( $filename, $image, $mime_type, $post_id ) { * * @param bool|null $override Value to return instead of saving. Default null. * @param string $filename Name of the file to be saved. - * @param resource|GdImage $image The image editor instance. + * @param resource|GdImage $image Image resource or GdImage instance. * @param string $mime_type The mime type of the image. * @param int $post_id Attachment post ID. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 8432bb71df..cbf9918cda 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51302'; +$wp_version = '5.9-alpha-51303'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.