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