Changeset 46596 for trunk/src/wp-admin/includes/update-core.php
- Timestamp:
- 10/26/2019 09:07:10 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update-core.php
r46560 r46596 1312 1312 * @global WP_Filesystem_Base $wp_filesystem 1313 1313 * 1314 * @param string $from source directory1315 * @param string $to destination directory1316 * @param array $skip_list a list of files/folders to skip copying1317 * @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. 1318 1318 */ 1319 1319 function _copy_dir( $from, $to, $skip_list = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.