Changeset 55824 for trunk/src/wp-admin/includes/class-theme-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-theme-upgrader.php
r55720 r55824 488 488 $this->skin->footer(); 489 489 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. 491 491 remove_filter( 'upgrader_pre_install', array( $this, 'current_before' ) ); 492 492 remove_filter( 'upgrader_post_install', array( $this, 'current_after' ) );
Note: See TracChangeset
for help on using the changeset viewer.