From 6065f3ad6364943e4d6b160db8a2c78ff52e2373 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 23 Dec 2012 16:15:34 +0400 Subject: add support for plugins in prefs --- classes/pref/labels.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'classes/pref/labels.php') diff --git a/classes/pref/labels.php b/classes/pref/labels.php index a7f79146a..e63a0cfc2 100644 --- a/classes/pref/labels.php +++ b/classes/pref/labels.php @@ -318,6 +318,11 @@ class Pref_Labels extends Handler_Protected { "; print ""; #pane + + global $pluginhost; + $pluginhost->run_hooks($pluginhost::HOOK_PREFS_TAB, + "hook_prefs_tab", "prefLabels"); + print ""; #container } -- cgit v1.2.3-54-g00ecf