summaryrefslogtreecommitdiff
path: root/classes/pluginhost.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-07 18:35:50 +0300
committerAndrew Dolgov <[email protected]>2018-12-07 18:35:50 +0300
commit95f63e121af66733f398d543d5d9559e3276def6 (patch)
tree017cd0b0175a2a6305b20bc3b1ab4f2ade0bf73e /classes/pluginhost.php
parente075e6141bf186f264b2fd8f4fe44275a0ab6e52 (diff)
note that HOOK_FORMAT_ARTICLE_CDM is dead for now
Diffstat (limited to 'classes/pluginhost.php')
-rwxr-xr-xclasses/pluginhost.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/pluginhost.php b/classes/pluginhost.php
index 1ea6d8a5b..96b1ce499 100755
--- a/classes/pluginhost.php
+++ b/classes/pluginhost.php
@@ -52,7 +52,7 @@ class PluginHost {
const HOOK_MAIN_TOOLBAR_BUTTON = 32;
const HOOK_ENCLOSURE_ENTRY = 33;
const HOOK_FORMAT_ARTICLE = 34;
- const HOOK_FORMAT_ARTICLE_CDM = 35;
+ const HOOK_FORMAT_ARTICLE_CDM = 35; /* RIP */
const HOOK_FEED_BASIC_INFO = 36;
const HOOK_SEND_LOCAL_FILE = 37;
const HOOK_UNSUBSCRIBE_FEED = 38;