sample Text_Wiki markup pages."; /** Is the plugin allowed with respect to a given write permission on a page ? * @param $wperms */ function allow_wperms($wperms) { return 1; } /** Take the Wiki markup and return XHTML. * * @param $input */ function filter($input) { $wiki =& new Text_Wiki(); return $wiki->transform($input, 'Xhtml'); } } ?>