Make WordPress Core


Ignore:
Timestamp:
05/18/2023 12:34:22 PM (16 months ago)
Author:
SergeyBiryukov
Message:

Docs: Fix a few more typos in inline comments.

Follow-up to [9117], [11005], [12097], [18632], [26192], [55823].

Props Presskopp.
See #58334, #57840.

File:
1 edited

Legend:

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

    r55703 r55824  
    14971497                    $_result = copy_dir( $from . $distro . 'wp-content/' . $file, $dest . $filename );
    14981498
    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                     */
    15001503                    if ( is_wp_error( $_result ) ) {
    15011504                        if ( ! is_wp_error( $result ) ) {
Note: See TracChangeset for help on using the changeset viewer.