includes/wikiengine/Render/Plain.php
author Dan
Wed, 15 Apr 2009 20:02:01 -0400
changeset 917 64cf017a22f1
parent 1 fe660c52c48f
permissions -rw-r--r--
Removed Special:RecentChanges (phased out)

<?php

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