includes/wikiengine/Render/Plain.php
author Dan
Sun, 12 Apr 2009 19:26:13 -0400
changeset 901 99ea0b0ac4be
parent 1 fe660c52c48f
permissions -rw-r--r--
Work started on Special:Log and associated tools/interfaces. This is far from complete, but the basic functionality is in there.

<?php

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