diff --git a/wp-admin/includes/image.php b/wp-admin/includes/image.php index 9328b1d7d3..384fd8e9d0 100644 --- a/wp-admin/includes/image.php +++ b/wp-admin/includes/image.php @@ -205,7 +205,7 @@ function wp_create_image_subsizes( $file, $image_meta, $attachment_id ) { * @since 5.3.0 * @access private * - * $padam array $new_sizes Array defining what sizes to create. + * @param array $new_sizes Array defining what sizes to create. * @param string $file Full path to the image file. * @param array $image_meta The attachment meta data array. * @param int $attachment_id Attachment Id to process. diff --git a/wp-includes/version.php b/wp-includes/version.php index d8a957796b..885c3e9cbc 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45869'; +$wp_version = '5.3-alpha-45871'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.