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:
Matt Mullenweg 2008-03-28 15:23:09 +00:00
parent cbeae2c1f4
commit c85f10781c
1 changed files with 1 additions and 1 deletions

View File

@ -129,6 +129,6 @@ function shortcode_atts($pairs, $atts) {
return $out;
}
add_filter('the_content', 'do_shortcode');
add_filter( 'the_content', 'do_shortcode', 9 );
?>