mirror of
https://github.com/typecho/plugins.git
synced 2025-02-21 13:40:39 +08:00
16 lines
177 B
PHP
16 lines
177 B
PHP
<?php
|
|
|
|
class Text_Wiki_Render_Plain extends Text_Wiki_Render {
|
|
|
|
function pre()
|
|
{
|
|
return;
|
|
}
|
|
|
|
function post()
|
|
{
|
|
return;
|
|
}
|
|
|
|
}
|
|
?>
|