mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 10:05:56 +00:00
* base plugin class: correct description of hook_house_keeping()
* cache_starred_images: keep status files in a separate cache directory
This commit is contained in:
@@ -367,7 +367,7 @@ abstract class Plugin {
|
||||
return [];
|
||||
}
|
||||
|
||||
/** GLOBAL: This is run periodically by the update daemon when idle
|
||||
/** This is run periodically by the update daemon when idle (available both to user and system plugins)
|
||||
* @return void
|
||||
* @see PluginHost::HOOK_HOUSE_KEEPING */
|
||||
function hook_house_keeping() {
|
||||
|
||||
Reference in New Issue
Block a user