includes/wikiengine/Render/Plain.php
author Dan
Thu, 07 Feb 2008 07:58:07 -0500
changeset 403 2c9745b5c09d
parent 1 fe660c52c48f
permissions -rw-r--r--
Started on a Special:RecentChanges page, more to come.

<?php

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