includes/wikiengine/Render/Plain.php
author Dan
Wed, 09 Jul 2008 13:18:25 -0400
changeset 609 ffa5decbb305
parent 1 fe660c52c48f
permissions -rw-r--r--
Fixed a few places where page metadata cache should have been purged (there may be a few more commits like this)

<?php

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