Skip to content

Commit 80ccb36

Browse files
Docs: Fix typo in the WP_Upgrader::install_package() description.
Follow-up to [30758]. See #53399. git-svn-id: https://develop.svn.wordpress.org/trunk@51527 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 1ea9ce3 commit 80ccb36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-admin/includes/class-wp-upgrader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ public function clear_destination( $remote_destination ) {
422422
/**
423423
* Install a package.
424424
*
425-
* Copies the contents of a package form a source directory, and installs them in
425+
* Copies the contents of a package from a source directory, and installs them in
426426
* a destination directory. Optionally removes the source. It can also optionally
427427
* clear out the destination folder if it already exists.
428428
*

0 commit comments

Comments
 (0)