Author: fernandoacorreia
Description:
If a template includes a parser function passing parameters and some of these
parameters are empty, the parameter reference {{{n}}} is passed to the parser
function. An empty string should be passed.
For instance, the template includes:
{{#swf:{{{1}}}|{{{2}}}|{{{3}}}|{{{4}}}}}
The parser function declaration is:
function wfPlaySwfParserFunctionRender( &$parser, $filename = '', $filetitle =
'', $width='', $height='' )
If a template is used with only two parameters, $width and $heigth receive
"{{{3}}}" and "{{{4}}}" in the parser function. They should be empty.
Version: 1.8.x
Severity: normal
OS: Windows XP
Platform: PC