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
This commit is contained in:
Sergey Biryukov 2021-08-02 18:27:57 +00:00
parent 2e707307d9
commit b186e19855
2 changed files with 2 additions and 2 deletions

View File

@ -422,7 +422,7 @@ class WP_Upgrader {
/** /**
* Install a package. * 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 * a destination directory. Optionally removes the source. It can also optionally
* clear out the destination folder if it already exists. * clear out the destination folder if it already exists.
* *

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.