From 7e2a8238b56acf223dcdb6f51e39445f1e822cf2 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 18 Feb 2025 21:17:34 +0000 Subject: [PATCH] Clarify comment --- boot/boot.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/boot/boot.js b/boot/boot.js index b3b43a51d..f50e8989e 100644 --- a/boot/boot.js +++ b/boot/boot.js @@ -1402,7 +1402,8 @@ $tw.Wiki = function(options) { return types; }; - // Read plugin contents for all plugins, or just an array of titles. Returns the list of updated plugin titles and the list of deleted plugin titles + // Read plugin contents for all plugins, or just an array of titles. Returns the list of updated plugin titles and the list of deleted plugin titles. + // Clears the pluginContents cache for any plugins that have been deleted this.readPluginInfo = function(titles) { var results = { modifiedPlugins: [],