diff --git a/wp-admin/includes/image.php b/wp-admin/includes/image.php index 6456676434..664b83519f 100644 --- a/wp-admin/includes/image.php +++ b/wp-admin/includes/image.php @@ -164,7 +164,7 @@ function wp_update_image_subsizes( $attachment_id ) { * @since 5.3.0 * @access private * - * @param array $saved_data The data retirned from WP_Image_Editor after successfully saving an image. + * @param array $saved_data The data returned from WP_Image_Editor after successfully saving an image. * @param string $original_file Path to the original file. * @param array $image_meta The image meta data. * @param int $attachment_id The attachment post ID. diff --git a/wp-includes/version.php b/wp-includes/version.php index 13456b81dd..fc8f1635ce 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-beta2-46367'; +$wp_version = '5.3-beta2-46368'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.