From b186e1985566795dd9a551424ab797e29a381bd1 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 2 Aug 2021 18:27:57 +0000 Subject: [PATCH] Docs: Fix typo in the `WP_Upgrader::install_package()` description. Follow-up to [30758]. See #53399. Built from https://develop.svn.wordpress.org/trunk@51527 git-svn-id: http://core.svn.wordpress.org/trunk@51138 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-upgrader.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.