Make WordPress Core


Ignore:
Timestamp:
05/18/2023 12:34:22 PM (19 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/class-theme-upgrader.php

    r55720 r55824  
    488488        $this->skin->footer();
    489489
    490         // Cleanup our hooks, in case something else does a upgrade on this connection.
     490        // Cleanup our hooks, in case something else does an upgrade on this connection.
    491491        remove_filter( 'upgrader_pre_install', array( $this, 'current_before' ) );
    492492        remove_filter( 'upgrader_post_install', array( $this, 'current_after' ) );
Note: See TracChangeset for help on using the changeset viewer.