Searched hist:"8 cc41db0f42cbb8028c05720e98b98451463c403" (Results 1 – 1 of 1) sorted by relevance
| /dokuwiki/inc/parser/ |
| H A D | renderer.php | 8cc41db0f42cbb8028c05720e98b98451463c403 Wed Jan 08 20:14:51 UTC 2014 Andreas Gohr <andi@splitbrain.org> fix renderer:plugin() signature
in 82d616353e4c3680d88f083eb6f88fe68de92904 we introduced passing the raw match for syntax plugins to the plugin method of the renderer. This was introduced for renderer plugins that might need access to the raw syntax (like the table editor or WYSIWYG plugins). However the function signature was never updated, making these additional parameter basically secret. With strict standard this throws errors. This patch fixes this.
|