1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:15:55 +00:00

add several HOOK_PREFS_TAB_SECTION hook points

This commit is contained in:
Andrew Dolgov
2012-12-27 01:12:28 +04:00
parent 24e811add9
commit 699daf5856
3 changed files with 25 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ class PluginHost {
const HOOK_ARTICLE_BUTTON = 1;
const HOOK_ARTICLE_FILTER = 2;
const HOOK_PREFS_TAB = 3;
const HOOK_PREFS_SECTION = 4;
const HOOK_PREFS_TAB_SECTION = 4;
const HOOK_PREFS_TABS = 5;
const HOOK_FEED_PARSED = 6;
const HOOK_UPDATE_TASK = 7;