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

add HOOK_FORMAT_ARTICLE & HOOK_FORMAT_ARTICLE_CDM

Feeds::format_headlines_list: add some comments for cdm article closing tags
This commit is contained in:
Andrew Dolgov
2017-05-26 23:22:00 +03:00
parent 9e381bc202
commit e50a647916
3 changed files with 69 additions and 62 deletions

View File

@@ -52,6 +52,8 @@ class PluginHost {
const HOOK_ARTICLE_EXPORT_FEED = 31;
const HOOK_MAIN_TOOLBAR_BUTTON = 32;
const HOOK_ENCLOSURE_ENTRY = 33;
const HOOK_FORMAT_ARTICLE = 34;
const HOOK_FORMAT_ARTICLE_CDM = 35;
const KIND_ALL = 1;
const KIND_SYSTEM = 2;