mirror of
git://develop.git.wordpress.org/
synced 2025-04-11 23:52:01 +02:00
Docs: Fix typo in the $clear_working
parameter description in WP_Upgrader
methods.
Follow-up to [30758], [51527]. Props zenithcity, aezazshekh, pbiron, mukesh27. Fixes #54163. git-svn-id: https://develop.svn.wordpress.org/trunk@51854 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6b2e2bf8d7
commit
36ed6d5107
@ -464,8 +464,8 @@ class WP_Upgrader {
|
||||
* Default empty.
|
||||
* @type bool $clear_destination Whether to delete any files already in the destination
|
||||
* folder. Default false.
|
||||
* @type bool $clear_working Whether to delete the files form the working directory
|
||||
* after copying to the destination. Default false.
|
||||
* @type bool $clear_working Whether to delete the files from the working directory
|
||||
* after copying them to the destination. Default false.
|
||||
* @type bool $abort_if_destination_exists Whether to abort the installation if
|
||||
* the destination folder already exists. Default true.
|
||||
* @type array $hook_extra Extra arguments to pass to the filter hooks called by
|
||||
@ -681,8 +681,8 @@ class WP_Upgrader {
|
||||
* Default empty.
|
||||
* @type bool $clear_destination Whether to delete any files already in the
|
||||
* destination folder. Default false.
|
||||
* @type bool $clear_working Whether to delete the files form the working
|
||||
* directory after copying to the destination.
|
||||
* @type bool $clear_working Whether to delete the files from the working
|
||||
* directory after copying them to the destination.
|
||||
* Default false.
|
||||
* @type bool $abort_if_destination_exists Whether to abort the installation if the destination
|
||||
* folder already exists. When true, `$clear_destination`
|
||||
|
Loading…
x
Reference in New Issue
Block a user