Skip to content

Commit 0677f37

Browse files
committed
CoreTrac-64568 Update messaging for comment
1 parent b39c5d7 commit 0677f37

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-
// Clean up plugin cache to remove stale data after plugin deletion.
1057+
// Clears the plugin cache to remove stale data following plugin deletion.
10581058
wp_clean_plugins_cache();
10591059

10601060
return true;

0 commit comments

Comments
 (0)