includes/wikiengine/Render/Plain.php
author Dan
Fri, 19 Dec 2008 21:23:57 -0500
changeset 761 82560fba0fd1
parent 1 fe660c52c48f
permissions -rw-r--r--
Removed the completely obsolete old Special:CreatePage function

<?php

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