diff -r f0431eb8161e -r 98c052fc3337 includes/wikiengine/Render/Plain/Anchor.php --- a/includes/wikiengine/Render/Plain/Anchor.php Sun Jun 21 00:16:21 2009 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,23 +0,0 @@ - -* -* @author Paul M. Jones -* -* @package Text_Wiki -* -*/ - -class Text_Wiki_Render_Plain_Anchor extends Text_Wiki_Render { - - function token($options) - { - return $options['name']; - } -} - -?>