Skip to content

Commit 1eb501f

Browse files
committed
Improve transient cleanup on uninstall
1 parent a674b40 commit 1eb501f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Plugin_Command.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1255,6 +1255,7 @@ public function uninstall( $args, $assoc_args = array() ) {
12551255

12561256
foreach ( $deleted as $plugin_file ) {
12571257
unset( $current->response[ $plugin_file ] );
1258+
unset( $current->checked[ $plugin_file ] );
12581259
}
12591260

12601261
set_site_transient( $this->upgrade_transient, $current );

0 commit comments

Comments
 (0)