Initial Commit
This commit is contained in:
16
database/php/pear/Text/Wiki/Render/Plain.php
Normal file
16
database/php/pear/Text/Wiki/Render/Plain.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
class Text_Wiki_Render_Plain extends Text_Wiki_Render {
|
||||
|
||||
function pre()
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
function post()
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user