includes/wikiengine/Render/Plain.php
author Dan
Mon, 05 May 2008 20:31:19 -0400
changeset 545 e4c8e706f167
parent 1 fe660c52c48f
permissions -rw-r--r--
Add standard header comment block and date of changes to tiny_mce_gzip to conform to GPL/LGPL

<?php

class Text_Wiki_Render_Plain extends Text_Wiki_Render {
    
    function pre()
    {
        return;
    }
    
    function post()
    {
        return;
    }
    
}
?>