Changeset 52576
- Timestamp:
- 01/14/2022 03:12:32 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-core-upgrader.php
r51185 r52576 127 127 // WARNING: This may be removed in the future. 128 128 if ( is_wp_error( $download ) && $download->get_error_data( 'softfail-filename' ) ) { 129 // Out out the failure error as a normal feedback, and not as an error:129 // Output the failure error as a normal feedback, and not as an error: 130 130 /** This filter is documented in wp-admin/includes/update-core.php */ 131 131 apply_filters( 'update_feedback', $download->get_error_message() );
Note: See TracChangeset
for help on using the changeset viewer.