plugins/Creole/Render/Plain.php

16 lines
177 B
PHP
Raw Normal View History

2013-12-06 09:22:36 +08:00
<?php
class Text_Wiki_Render_Plain extends Text_Wiki_Render {
function pre()
{
return;
}
function post()
{
return;
}
}
?>