Skip to content
Snippets Groups Projects
Commit 53204f80 authored by Gerrit Uitslag's avatar Gerrit Uitslag
Browse files

cleanup PHPDocs: DokuWiki_Syntax_Plugin is a DokuWiki_Plugin as well

parent 138c35c4
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ function plugin_list($type='',$all=false) {
* @param $name string name of the plugin to load
* @param $new bool true to return a new instance of the plugin, false to use an already loaded instance
* @param $disabled bool true to load even disabled plugins
* @return DokuWiki_Plugin|DokuWiki_Syntax_Plugin|null the plugin object or null on failure
* @return DokuWiki_Plugin|null the plugin object or null on failure
*/
function plugin_load($type,$name,$new=false,$disabled=false) {
/** @var $plugin_controller Doku_Plugin_Controller */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment