From e50a64791687c27ba6a76df84a0e3b32dfd77936 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 26 May 2017 23:22:00 +0300 Subject: add HOOK_FORMAT_ARTICLE & HOOK_FORMAT_ARTICLE_CDM Feeds::format_headlines_list: add some comments for cdm article closing tags --- classes/pluginhost.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'classes/pluginhost.php') diff --git a/classes/pluginhost.php b/classes/pluginhost.php index 047f50b5b..afe4da49e 100644 --- a/classes/pluginhost.php +++ b/classes/pluginhost.php @@ -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; -- cgit v1.2.3-54-g00ecf