includes/wikiengine/Render/Plain.php
author Dan
Sat, 23 Jun 2007 10:38:24 -0400
changeset 18 edfc24408769
parent 1 fe660c52c48f
permissions -rw-r--r--
Upgrades (RC2->RC3) should now work

<?php

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