summaryrefslogtreecommitdiff
path: root/classes/pluginhost.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-05-26 23:22:00 +0300
committerAndrew Dolgov <[email protected]>2017-05-26 23:22:00 +0300
commite50a64791687c27ba6a76df84a0e3b32dfd77936 (patch)
tree3862b54f20d5a80971dd41b21c3e09f6b6ae8edd /classes/pluginhost.php
parent9e381bc2021dc427f62c463dac9cf7a82a66616f (diff)
add HOOK_FORMAT_ARTICLE & HOOK_FORMAT_ARTICLE_CDM
Feeds::format_headlines_list: add some comments for cdm article closing tags
Diffstat (limited to 'classes/pluginhost.php')
-rw-r--r--classes/pluginhost.php2
1 files changed, 2 insertions, 0 deletions
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;