includes/wikiengine/Render/Plain.php
author Dan
Mon, 04 Feb 2008 05:52:12 -0500
changeset 400 7eef739a5b81
parent 1 fe660c52c48f
permissions -rw-r--r--
A few hacks to make the 1.1 demo plugin work

<?php

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