includes/wikiengine/Render/Plain.php
author Dan
Mon, 04 May 2009 23:05:52 -0400
changeset 950 36289dcb5c8a
parent 1 fe660c52c48f
permissions -rw-r--r--
Security log: fixed typo in plugin enable/disable display

<?php

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