quote escaping is stripped
-
When importing shortcodes escaped quotes are unescaped, breaking the shortcode. so that
return '... onclick="_gaq.push([\'_trackEvent\', \'External\', \'Artifact Uprising\', \'Coupon Code\'])" ...is imported as
return '... onclick="_gaq.push(['_trackEvent', 'External', 'Artifact Uprising', 'Coupon Code'])" ...which then generates a shortcode error message insead of pushing the content.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘quote escaping is stripped’ is closed to new replies.