includes/wikiengine/Render/Plain.php
author Dan
Wed, 27 May 2009 09:12:59 -0400
changeset 1002 4d1bb8deee88
parent 1 fe660c52c48f
permissions -rw-r--r--
Whoa! I broke Live Re-Auth, fortunately after the 1.1.6 release.

<?php

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