Skip to content

Commit

Permalink
removed obsolete getInfo()
Browse files Browse the repository at this point in the history
  • Loading branch information
selfthinker committed Apr 6, 2013
1 parent de104de commit 7defb5c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions syntax.php
Expand Up @@ -12,10 +12,6 @@

class syntax_plugin_wikipediasnippet extends DokuWiki_Syntax_Plugin {

function getInfo() {
return confToHash(dirname(__FILE__).'/plugin.info.txt');
}

function getType() { return 'substition'; }
function getPType() { return 'block'; }
function getSort() { return 192; }
Expand Down

0 comments on commit 7defb5c

Please sign in to comment.