Ticket #9303: 9303.diff
| File 9303.diff, 495 bytes (added by DD32, 4 years ago) |
|---|
-
wp-admin/includes/plugin.php
467 467 if ( ! empty($errors) ) 468 468 return new WP_Error('could_not_remove_plugin', sprintf(__('Could not fully remove the plugin(s) %s'), implode(', ', $errors)) ); 469 469 470 // Force refresh of plugin update information471 delete_transient('update_plugins');472 473 470 return true; 474 471 } 475 472
