diff --git a/wp-admin/includes/image-edit.php b/wp-admin/includes/image-edit.php index 87108d2c17..68e49dd859 100644 --- a/wp-admin/includes/image-edit.php +++ b/wp-admin/includes/image-edit.php @@ -469,7 +469,7 @@ function _flip_image_resource( $img, $horz, $vert ) { * @ignore * @param resource $img Image resource. * @param float $x Source point x-coordinate. - * @param float $y Source point y-cooredinate. + * @param float $y Source point y-coordinate. * @param float $w Source width. * @param float $h Source height. * @return resource (maybe) cropped image resource. diff --git a/wp-includes/version.php b/wp-includes/version.php index 0346390d46..e26b84eb68 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-47023'; +$wp_version = '5.4-alpha-47024'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.