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-plugin-upgrader.php

    r55720 r55824  
    239239        );
    240240
    241         // Cleanup our hooks, in case something else does a upgrade on this connection.
     241        // Cleanup our hooks, in case something else does an upgrade on this connection.
    242242        remove_action( 'upgrader_process_complete', 'wp_clean_plugins_cache', 9 );
    243243        remove_filter( 'upgrader_pre_install', array( $this, 'deactivate_plugin_before_upgrade' ) );
     
    387387        $this->skin->footer();
    388388
    389         // Cleanup our hooks, in case something else does a upgrade on this connection.
     389        // Cleanup our hooks, in case something else does an upgrade on this connection.
    390390        remove_filter( 'upgrader_clear_destination', array( $this, 'delete_old_plugin' ) );
    391391
Note: See TracChangeset for help on using the changeset viewer.