new plugin.info style

This commit is contained in:
Andreas Gohr
2010-02-12 14:54:21 +01:00
parent 77641090df
commit 387c958af0
3 changed files with 2 additions and 16 deletions
-7
View File
@@ -17,13 +17,6 @@ require_once(DOKU_PLUGIN.'syntax.php');
*/
class syntax_plugin_s5 extends DokuWiki_Syntax_Plugin {
/**
* return some info
*/
function getInfo(){
return confToHash(dirname(__FILE__).'/info.txt');
}
/**
* What kind of syntax are we?
*/