mirror of
https://github.com/WordPress/WordPress.git
synced 2025-04-03 18:47:05 +02:00
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:
parent
2e707307d9
commit
b186e19855
@ -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.
|
||||
*
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user