Changeset 46696 for trunk/src/wp-admin/includes/update-core.php
- Timestamp:
- 11/11/2019 02:41:15 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update-core.php
r46596 r46696 881 881 * @param string $from New release unzipped path. 882 882 * @param string $to Path to old WordPress installation. 883 * @return WP_Error|nullWP_Error on failure, null on success.883 * @return null|WP_Error WP_Error on failure, null on success. 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 WP_Error|trueWP_Error on failure, true on success.1317 * @return true|WP_Error 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.