Index: wp-includes/shortcodes.php
===================================================================
--- wp-includes/shortcodes.php	(revision 7560)
+++ wp-includes/shortcodes.php	(working copy)
@@ -129,6 +129,6 @@
 	return $out;
 }
 
-add_filter('the_content', 'do_shortcode');
+add_filter('the_content', 'do_shortcode', 9);
 
 ?>
