diff options
-rw-r--r-- | inc/parser/renderer.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/parser/renderer.php b/inc/parser/renderer.php index 40b29035a..bd2b5043a 100644 --- a/inc/parser/renderer.php +++ b/inc/parser/renderer.php @@ -201,6 +201,8 @@ class Doku_Renderer extends DokuWiki_Plugin { // $link is full URL with scheme, $title could be an array (media) function externallink($link, $title = NULL) {} + function rss ($url,$params) {} + // $link is the original link - probably not much use // $wikiName is an indentifier for the wiki // $wikiUri is the URL fragment to append to some known URL |