• 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)
  • Thread Starter Jacquemin Serge

    (@sergejack)

    WordPress WYSIWYG actually added a nice few <tt> tags right in the middle of the shortcode.

    The editor might need that “cool tt feature” removed XD

Viewing 1 replies (of 1 total)
  • The topic ‘shortcodes parsing is broken’ is closed to new replies.