From c5cfca618f9c11e8630e80a5ddbb0ff26d1af2e9 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 30 Jan 2009 09:32:15 +0100 Subject: added (empty) rss() function to basic renderer Ignore-this: 159107eba3e7c8c1d2671ce93eb9bc4e darcs-hash:20090130083215-7ad00-8ab2440fdd4a9c9e7790ee219e9a0e6c7588ddd8.gz --- inc/parser/renderer.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'inc/parser') 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 -- cgit v1.2.3