includes/wikiengine/Render/Plain.php
author Dan
Wed, 22 Oct 2008 10:49:15 -0400
changeset 717 236360cf79a0
parent 1 fe660c52c48f
permissions -rw-r--r--
Made template inclusion wikisyntax fully MediaWiki-compatible

<?php

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