Changeset 47060 for trunk/src/wp-admin/includes/update-core.php
- Timestamp:
- 01/11/2020 06:30:58 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/update-core.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update-core.php
r47007 r47060 881 881 * @param string $from New release unzipped path. 882 882 * @param string $to Path to old WordPress installation. 883 * @return null|WP_Error WP_Error on failure, null on success.883 * @return null|WP_Error Null on success, WP_Error on failure. 884 884 */ 885 885 function update_core( $from, $to ) { … … 1315 1315 * @param string $to Destination directory. 1316 1316 * @param string[] $skip_list Array of files/folders to skip copying. 1317 * @return true|WP_Error WP_Error on failure, true on success.1317 * @return true|WP_Error True on success, WP_Error on failure. 1318 1318 */ 1319 1319 function _copy_dir( $from, $to, $skip_list = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.