summaryrefslogtreecommitdiff
path: root/includes/pear/Text/Wiki/Render/Plain/Include.php
blob: 445990afde7cec2b8429dd2d9bb0fd6269a6b245 (plain)
1
2
3
4
5
6
7
8
<?php
class Text_Wiki_Render_Plain_Include extends Text_Wiki_Render {    
    function token()
    {
        return '';
    }
}
?>