*/ // must be run within Dokuwiki if (!defined('DOKU_INC')) die(); class helper_plugin_miniblog_comment extends DokuWiki_Plugin { public function comment_script($source, $option) { $doc = ''; return $doc; } }