6.2.2 Update adding auto P to elements within a shortcode
-
Since updating 6.2.2 to resolve the short code bug security fix applied in 6.2.1.
Short codes are currently wrapping elements
<a>
,<button>
etc within a<p>
tag.In the commit rolled out: https://github.com/WordPress/WordPress/commit/2bb3a5169548d16173cf48ca9da1111efc428f86
It states that
shortcode_unautop( $content )
anddo_shortcode( $content )
were readded.However, it appears that the
shortcode_unautop
might be malfunctioning.I’m looking for a temporary fix as the addition of
<p>
tags is breaking the layout of several of my sites.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘6.2.2 Update adding auto P to elements within a shortcode’ is closed to new replies.