Make WordPress Core

Changeset 52576


Ignore:
Timestamp:
01/14/2022 03:12:32 PM (3 years ago)
Author:
audrasjb
Message:

Upgrade/Install: Typo correction in a Core_Upgrader class inline comment.

Follow-up to [45046].

Props kebbet.
Fixes #54821.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-core-upgrader.php

    r51185 r52576  
    127127        // WARNING: This may be removed in the future.
    128128        if ( is_wp_error( $download ) && $download->get_error_data( 'softfail-filename' ) ) {
    129             // Outout 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:
    130130            /** This filter is documented in wp-admin/includes/update-core.php */
    131131            apply_filters( 'update_feedback', $download->get_error_message() );
Note: See TracChangeset for help on using the changeset viewer.