From 052b00b0c40fa75fd066e44dd7f69a4ba3711d2f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 23 Sep 2021 14:23:01 +0000 Subject: [PATCH] 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. Built from https://develop.svn.wordpress.org/trunk@51854 git-svn-id: http://core.svn.wordpress.org/trunk@51453 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-upgrader.php | 8 ++++---- wp-includes/version.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wp-admin/includes/class-wp-upgrader.php b/wp-admin/includes/class-wp-upgrader.php index 2843d8dd0b..ed9302feb2 100644 --- a/wp-admin/includes/class-wp-upgrader.php +++ b/wp-admin/includes/class-wp-upgrader.php @@ -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` diff --git a/wp-includes/version.php b/wp-includes/version.php index 5ad69fbe79..25949db5b4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51853'; +$wp_version = '5.9-alpha-51854'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.