Make WordPress Core


Ignore:
Timestamp:
07/23/2020 09:09:04 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Another pass at some inline docs fixes mostly made by PHPCBF.

See #49572, #50744

File:
1 edited

Legend:

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

    r48449 r48590  
    7878     *
    7979     * @var array|WP_Error $result {
    80      *      @type string $source             The full path to the source the files were installed from.
    81      *      @type string $source_files       List of all the files in the source directory.
    82      *      @type string $destination        The full path to the installation destination folder.
    83      *      @type string $destination_name   The name of the destination folder, or empty if `$destination`
    84      *                                       and `$local_destination` are the same.
    85      *      @type string $local_destination  The full local path to the destination folder. This is usually
    86      *                                       the same as `$destination`.
    87      *      @type string $remote_destination The full remote path to the destination folder
    88      *                                       (i.e., from `$wp_filesystem`).
    89      *      @type bool   $clear_destination  Whether the destination folder was cleared.
     80     *     @type string $source             The full path to the source the files were installed from.
     81     *     @type string $source_files       List of all the files in the source directory.
     82     *     @type string $destination        The full path to the installation destination folder.
     83     *     @type string $destination_name   The name of the destination folder, or empty if `$destination`
     84     *                                      and `$local_destination` are the same.
     85     *     @type string $local_destination  The full local path to the destination folder. This is usually
     86     *                                      the same as `$destination`.
     87     *     @type string $remote_destination The full remote path to the destination folder
     88     *                                      (i.e., from `$wp_filesystem`).
     89     *     @type bool   $clear_destination  Whether the destination folder was cleared.
    9090     * }
    9191     */
Note: See TracChangeset for help on using the changeset viewer.