Changeset 55824 for trunk/src/wp-admin/includes/update-core.php
- Timestamp:
- 05/18/2023 12:34:22 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update-core.php
r55703 r55824 1497 1497 $_result = copy_dir( $from . $distro . 'wp-content/' . $file, $dest . $filename ); 1498 1498 1499 // If a error occurs partway through this final step, keep the error flowing through, but keep process going. 1499 /* 1500 * If an error occurs partway through this final step, 1501 * keep the error flowing through, but keep the process going. 1502 */ 1500 1503 if ( is_wp_error( $_result ) ) { 1501 1504 if ( ! is_wp_error( $result ) ) {
Note: See TracChangeset
for help on using the changeset viewer.