Mineplex/.FILES USED TO GET TO WHERE WE ARE PRESENTLY/xampp/php/pear/Text/Wiki/Render/Plain.php

16 lines
177 B
PHP
Raw Normal View History

2023-05-17 21:44:01 +00:00
<?php
class Text_Wiki_Render_Plain extends Text_Wiki_Render {
function pre()
{
return;
}
function post()
{
return;
}
}
?>