Shortcode quotes were getting texturized, which can cause a bit of chaos. Fixes #6436.
git-svn-id: https://develop.svn.wordpress.org/trunk@7561 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
cbeae2c1f4
commit
c85f10781c
@ -129,6 +129,6 @@ function shortcode_atts($pairs, $atts) {
|
||||
return $out;
|
||||
}
|
||||
|
||||
add_filter('the_content', 'do_shortcode');
|
||||
add_filter( 'the_content', 'do_shortcode', 9 );
|
||||
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user