summaryrefslogtreecommitdiff
path: root/classes/pluginhost.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-21 18:19:23 +0400
committerAndrew Dolgov <[email protected]>2013-03-21 18:19:23 +0400
commitb6604c96135303a546ff8dcfefdcd804ed4554a6 (patch)
tree106b84ed3a8b1a89988d2858e0a73f4bfa0a3121 /classes/pluginhost.php
parent16314ddafe88b6c214892799a5da354e2188524c (diff)
add HOOK_RENDER_ARTICLE_API (closes #608)
Diffstat (limited to 'classes/pluginhost.php')
-rw-r--r--classes/pluginhost.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/pluginhost.php b/classes/pluginhost.php
index 710435ae4..7dabd42a8 100644
--- a/classes/pluginhost.php
+++ b/classes/pluginhost.php
@@ -22,6 +22,7 @@ class PluginHost {
const HOOK_RENDER_ARTICLE_CDM = 11;
const HOOK_FEED_FETCHED = 12;
const HOOK_SANITIZE = 13;
+ const HOOK_RENDER_ARTICLE_API = 14;
const KIND_ALL = 1;
const KIND_SYSTEM = 2;