includes/wikiengine/Render/Plain/Tighten.php
author Dan
Tue, 12 Feb 2008 07:44:16 -0500
changeset 418 322fa0c91303
parent 1 fe660c52c48f
permissions -rw-r--r--
Fixed version-set on migration code (see the comments in the source for why) and added post-upgrade hooks.

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