mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-01 01:29:14 +00:00
add support for plugins in prefs
This commit is contained in:
@@ -625,6 +625,11 @@ class Pref_Filters extends Handler_Protected {
|
||||
</div>";
|
||||
|
||||
print "</div>"; #pane
|
||||
|
||||
global $pluginhost;
|
||||
$pluginhost->run_hooks($pluginhost::HOOK_PREFS_TAB,
|
||||
"hook_prefs_tab", "prefFilters");
|
||||
|
||||
print "</div>"; #container
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user