includes/wikiengine/Render/Plain.php
author Dan
Thu, 26 Feb 2009 01:27:56 -0500
changeset 845 a4460ba8ada2
parent 1 fe660c52c48f
permissions -rw-r--r--
Set password in userinfo to allow auth plugins to see it (some really do need it)

<?php

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