blob: 0439ac59903e7d6e2f1fed1019f8e0f8843f3976 (
plain)
1
2
3
4
5
6
7
8
9
|
<?php
require_once 'Text/Wiki/Render/Creole/Wikilink.php';
class Text_Wiki_Render_Creole_Freelink extends Text_Wiki_Render_Creole_Wikilink {
// renders identically to wikilinks, only the parsing is different :-)
}
?>
|