diff --git a/wp-includes/shortcodes.php b/wp-includes/shortcodes.php index b4f582ca55..b90879c30c 100644 --- a/wp-includes/shortcodes.php +++ b/wp-includes/shortcodes.php @@ -129,6 +129,6 @@ function shortcode_atts($pairs, $atts) { return $out; } -add_filter('the_content', 'do_shortcode'); +add_filter( 'the_content', 'do_shortcode', 9 ); ?>