> */ class WikiPlugin_Comment extends WikiPlugin { function getName() { return _("Comment"); } function getDescription() { return _("Embed hidden comments in WikiPages."); } function getVersion() { return preg_replace("/[Revision: $]/", '', "\$Revision$"); } // No arguments here. function getDefaultArguments() { return array(); } function run($dbi, $argstr, &$request, $basepage) { return HTML::raw(''); } }; // For emacs users // Local Variables: // mode: php // tab-width: 8 // c-basic-offset: 4 // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: ?>