Make WordPress Core


Ignore:
Timestamp:
10/26/2019 09:07:10 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Switch more docs over to typed array notation, plus some fixes.

See #48303, #41756

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/update-core.php

    r46560 r46596  
    13121312 * @global WP_Filesystem_Base $wp_filesystem
    13131313 *
    1314  * @param string $from     source directory
    1315  * @param string $to       destination directory
    1316  * @param array $skip_list a list of files/folders to skip copying
    1317  * @return mixed WP_Error on failure, True on success.
     1314 * @param string   $from      Source directory.
     1315 * @param string   $to        Destination directory.
     1316 * @param string[] $skip_list Array of files/folders to skip copying.
     1317 * @return WP_Error|true WP_Error on failure, true on success.
    13181318 */
    13191319function _copy_dir( $from, $to, $skip_list = array() ) {
Note: See TracChangeset for help on using the changeset viewer.