includes/wikiengine/Render/Plain/Include.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_Include extends Text_Wiki_Render {    
    function token()
    {
        return '';
    }
}
?>