includes/wikiengine/Render/Plain.php
author Dan
Mon, 07 Jul 2008 03:52:16 -0400
changeset 606 daf8c556ada7
parent 1 fe660c52c48f
permissions -rw-r--r--
Moved enano_safe_array_merge() to functions.php as comment.php depends on it

<?php

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