includes/wikiengine/Render/Plain.php
author Dan
Mon, 09 Jun 2008 20:52:34 -0400
changeset 567 7f196509bf78
parent 1 fe660c52c48f
permissions -rw-r--r--
Actually made the "prevent search indexing" switch work. Needs to be merged with stable.

<?php

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