mirror of
https://github.com/cosmocode/dokuwiki-plugin-statdisplay.git
synced 2025-07-25 16:12:09 +00:00
started with localization
This commit is contained in:
@ -77,9 +77,6 @@ class syntax_plugin_statdisplay extends DokuWiki_Syntax_Plugin {
|
||||
*/
|
||||
function render($format, &$renderer, $data) {
|
||||
if($format != 'xhtml') return true;
|
||||
|
||||
dbg($data);
|
||||
|
||||
$command = $data['command'];
|
||||
$params = $data['params'];
|
||||
$graph = $data['graph'];
|
||||
|
Reference in New Issue
Block a user