summaryrefslogtreecommitdiff
path: root/inc/parser/renderer.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/parser/renderer.php')
-rw-r--r--inc/parser/renderer.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/inc/parser/renderer.php b/inc/parser/renderer.php
index bd2b5043a..94aa5c67b 100644
--- a/inc/parser/renderer.php
+++ b/inc/parser/renderer.php
@@ -161,13 +161,13 @@ class Doku_Renderer extends DokuWiki_Plugin {
function preformatted($text) {}
- function file($text) {}
-
function quote_open() {}
function quote_close() {}
- function code($text, $lang = NULL) {}
+ function file($text, $lang = null, $file = null ) {}
+
+ function code($text, $lang = null, $file = null ) {}
function acronym($acronym) {}