Make WordPress Core

Changeset 51527


Ignore:
Timestamp:
08/02/2021 06:26:34 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Fix typo in the WP_Upgrader::install_package() description.

Follow-up to [30758].

See #53399.

File:
1 edited

Legend:

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

    r51518 r51527  
    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.
Note: See TracChangeset for help on using the changeset viewer.