includes/wikiengine/Render/Plain.php
author Dan
Mon, 07 Jul 2008 02:48:14 -0400
changeset 601 9c1f07ae26d5
parent 1 fe660c52c48f
permissions -rw-r--r--
Fixed $use_cache bug in plugins.php

<?php

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