mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 13:41:24 +01:00
Shortcode quotes were getting texturized, which can cause a bit of chaos. Fixes #6436.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7561 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
111549dfc0
commit
a419491688
@ -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