Removed obsolete getInfo() method.
This commit is contained in:
14
syntax.php
14
syntax.php
@@ -34,20 +34,6 @@ class syntax_plugin_filelist extends DokuWiki_Syntax_Plugin {
|
|||||||
$this->mediadir = $this->_win_path_convert($this->_realpath($mediadir).'/');
|
$this->mediadir = $this->_win_path_convert($this->_realpath($mediadir).'/');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* return some info
|
|
||||||
*/
|
|
||||||
function getInfo() {
|
|
||||||
return array(
|
|
||||||
'author' => 'Gina Haeussge',
|
|
||||||
'email' => 'gina@foosel.net',
|
|
||||||
'date' => '2009-11-16',
|
|
||||||
'name' => 'Filelist Plugin',
|
|
||||||
'desc' => 'Lists files matching a given glob pattern.',
|
|
||||||
'url' => 'http://foosel.org/snippets/dokuwiki/filelist',
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
function getType(){ return 'substition'; }
|
function getType(){ return 'substition'; }
|
||||||
function getPType(){ return 'block'; }
|
function getPType(){ return 'block'; }
|
||||||
function getSort(){ return 222; }
|
function getSort(){ return 222; }
|
||||||
|
|||||||
Reference in New Issue
Block a user