summaryrefslogtreecommitdiff
path: root/classes/pluginhost.php
diff options
context:
space:
mode:
authorfox <[email protected]>2017-10-01 09:52:51 +0000
committerGogs <[email protected]>2017-10-01 09:52:51 +0000
commit0f0d6ca55945edca137ffb37a17856b93f8c88d8 (patch)
tree22c14d632711f7302a471223384ff3f01a0b77db /classes/pluginhost.php
parentaf13f3009c59c3db338b719b09335a472383d11c (diff)
parent3476690cbfd1cb797e7b7da111f6656c3a1e9bf5 (diff)
Merge branch 'hook_feed_basic_info' of wn/tt-rss into master
Diffstat (limited to 'classes/pluginhost.php')
-rw-r--r--classes/pluginhost.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/classes/pluginhost.php b/classes/pluginhost.php
index afe4da49e..571c30fb6 100644
--- a/classes/pluginhost.php
+++ b/classes/pluginhost.php
@@ -54,6 +54,7 @@ class PluginHost {
const HOOK_ENCLOSURE_ENTRY = 33;
const HOOK_FORMAT_ARTICLE = 34;
const HOOK_FORMAT_ARTICLE_CDM = 35;
+ const HOOK_FEED_BASIC_INFO = 36;
const KIND_ALL = 1;
const KIND_SYSTEM = 2;
@@ -436,4 +437,4 @@ class PluginHost {
function get_filter_actions() {
return $this->plugin_actions;
}
-} \ No newline at end of file
+}