From 603a638180749a2925e589bc0c13f19899b6c732 Mon Sep 17 00:00:00 2001 From: Klap-in Date: Tue, 18 Jun 2013 21:18:20 +0200 Subject: add newest plugin types to info plugin --- lib/plugins/info/syntax.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/plugins/info') diff --git a/lib/plugins/info/syntax.php b/lib/plugins/info/syntax.php index 97b28076b..5e7543603 100644 --- a/lib/plugins/info/syntax.php +++ b/lib/plugins/info/syntax.php @@ -81,6 +81,12 @@ class syntax_plugin_info extends DokuWiki_Syntax_Plugin { case 'helperplugins': $this->_plugins_xhtml('helper', $renderer); break; + case 'authplugins': + $this->_plugins_xhtml('auth', $renderer); + break; + case 'remoteplugins': + $this->_plugins_xhtml('remote', $renderer); + break; case 'helpermethods': $this->_helpermethods_xhtml($renderer); break; -- cgit v1.2.3