includes/wikiengine/Render/Plain/Include.php
author Dan
Tue, 05 May 2009 22:06:23 -0400
changeset 956 25b1bdce985b
parent 1 fe660c52c48f
permissions -rw-r--r--
API: Properly handles $title again

<?php
class Text_Wiki_Render_Plain_Include extends Text_Wiki_Render {    
    function token()
    {
        return '';
    }
}
?>