Changeset 51899 for trunk/src/wp-admin/includes/class-wp-upgrader.php
- Timestamp:
- 10/09/2021 03:37:41 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader.php
r51854 r51899 624 624 } 625 625 626 // Copynew version of item into place.627 $result = copy_dir( $source, $remote_destination );626 // Move new version of item into place. 627 $result = move_dir( $source, $remote_destination ); 628 628 if ( is_wp_error( $result ) ) { 629 629 if ( $args['clear_working'] ) {
Note: See TracChangeset
for help on using the changeset viewer.