Changeset 55824 for trunk/src/wp-admin/includes/class-plugin-upgrader.php
- Timestamp:
- 05/18/2023 12:34:22 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-plugin-upgrader.php
r55720 r55824 239 239 ); 240 240 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. 242 242 remove_action( 'upgrader_process_complete', 'wp_clean_plugins_cache', 9 ); 243 243 remove_filter( 'upgrader_pre_install', array( $this, 'deactivate_plugin_before_upgrade' ) ); … … 387 387 $this->skin->footer(); 388 388 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. 390 390 remove_filter( 'upgrader_clear_destination', array( $this, 'delete_old_plugin' ) ); 391 391
Note: See TracChangeset
for help on using the changeset viewer.