includes/wikiengine/Render/Plain.php
author Dan
Wed, 27 May 2009 09:45:54 -0400
changeset 1006 ec33f6cb333d
parent 1 fe660c52c48f
permissions -rw-r--r--
JS core: allow setting loaded_components in other scripts

<?php

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