Make WordPress Core

Changeset 51854


Ignore:
Timestamp:
09/23/2021 02:21:07 PM (3 years ago)
Author:
SergeyBiryukov
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-upgrader.php

    r51815 r51854  
    465465     *     @type bool   $clear_destination           Whether to delete any files already in the destination
    466466     *                                               folder. Default false.
    467      *     @type bool   $clear_working               Whether to delete the files form the working directory
    468      *                                               after copying to the destination. Default false.
     467     *     @type bool   $clear_working               Whether to delete the files from the working directory
     468     *                                               after copying them to the destination. Default false.
    469469     *     @type bool   $abort_if_destination_exists Whether to abort the installation if
    470470     *                                               the destination folder already exists. Default true.
     
    682682     *     @type bool   $clear_destination           Whether to delete any files already in the
    683683     *                                               destination folder. Default false.
    684      *     @type bool   $clear_working               Whether to delete the files form the working
    685      *                                               directory after copying to the destination.
     684     *     @type bool   $clear_working               Whether to delete the files from the working
     685     *                                               directory after copying them to the destination.
    686686     *                                               Default false.
    687687     *     @type bool   $abort_if_destination_exists Whether to abort the installation if the destination
Note: See TracChangeset for help on using the changeset viewer.