Changeset 56174 for trunk/src/wp-admin/includes/class-core-upgrader.php
- Timestamp:
- 07/09/2023 07:50:52 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-core-upgrader.php
r55990 r56174 124 124 $download = $this->download_package( $current->packages->$to_download, true ); 125 125 126 // Allow for signature soft-fail. 127 // WARNING: This may be removed in the future. 126 /* 127 * Allow for signature soft-fail. 128 * WARNING: This may be removed in the future. 129 */ 128 130 if ( is_wp_error( $download ) && $download->get_error_data( 'softfail-filename' ) ) { 129 131 // Output the failure error as a normal feedback, and not as an error:
Note: See TracChangeset
for help on using the changeset viewer.