diff --git a/wp-admin/includes/class-wp-upgrader.php b/wp-admin/includes/class-wp-upgrader.php index 18736720d9..4cd0d9c5b1 100644 --- a/wp-admin/includes/class-wp-upgrader.php +++ b/wp-admin/includes/class-wp-upgrader.php @@ -422,7 +422,7 @@ class WP_Upgrader { /** * Install a package. * - * Copies the contents of a package form a source directory, and installs them in + * Copies the contents of a package from a source directory, and installs them in * a destination directory. Optionally removes the source. It can also optionally * clear out the destination folder if it already exists. * diff --git a/wp-includes/version.php b/wp-includes/version.php index abfdc4b279..3343ad4f6c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51526'; +$wp_version = '5.9-alpha-51527'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.