shortcodes parsing is broken
-
shortcodes like [tp mylang=”y”] parse ok.
But when there are more than 1 args, the last of them is badly parsed.
[tp lang=”en” only=”y” t=”v”] has it attrs parsed like this :
Array ( [lang] => en [only] => y [0] => t=”v” )
Notice attribute t = “v” become 0 = “t=\”v\””.
Is this bug known and being fixed?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘shortcodes parsing is broken’ is closed to new replies.