Skip to content
Snippets Groups Projects
Commit 62147bf8 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

don't expose version in info plugin FS#2701

parent a5951419
No related branches found
No related tags found
No related merge requests found
base info
author Andreas Gohr
email andi@splitbrain.org
date 2012-02-04
date 2013-02-16
name Info Plugin
desc Displays information about various DokuWiki internals
url http://dokuwiki.org/plugin:info
......@@ -60,9 +60,6 @@ class syntax_plugin_info extends DokuWiki_Syntax_Plugin {
if($format == 'xhtml'){
//handle various info stuff
switch ($data[0]){
case 'version':
$renderer->doc .= getVersion();
break;
case 'syntaxmodes':
$renderer->doc .= $this->_syntaxmodes_xhtml();
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment