dokuwiki-latex-plugin

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 1  →  ?path2? @ 2
/trunk/latexinc.php
@@ -21,7 +21,8 @@
* return some info
*/
function getInfo(){
if(method_exists(DokuWiki_Syntax_Plugin,"getInfo"))
// DokuWiki_Syntax_Plugin -> $renderer
if(method_exists($renderer, "getInfo"))
return parent::getInfo(); /// this will grab the data from the plugin.info.txt
 
// Otherwise return some hardcoded data for old dokuwikis