Skip to content

Commit 60e7d09

Browse files
committed
Update the comment with new wordings
1 parent c29ee85 commit 60e7d09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/includes/plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ function delete_plugins( $plugins, $deprecated = '' ) {
10541054
return new WP_Error( 'could_not_remove_plugin', sprintf( $message, implode( ', ', $errors ) ) );
10551055
}
10561056

1057-
// Clears the plugin cache to remove stale data following plugin deletion.
1057+
// Force refresh of plugin update information.
10581058
wp_clean_plugins_cache();
10591059

10601060
return true;

0 commit comments

Comments
 (0)