1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-05 18:26:56 +00:00

Clarify comment

This commit is contained in:
Jeremy Ruston 2025-02-18 21:17:34 +00:00
parent ee90ad2fa6
commit 7e2a8238b5

View File

@ -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: [],