Index: wp-includes/default-filters.php
===================================================================
--- wp-includes/default-filters.php	(revision 25039)
+++ wp-includes/default-filters.php	(working copy)
@@ -100,7 +100,7 @@
 }
 
 // Format WordPress
-foreach ( array( 'the_content', 'the_title' ) as $filter )
+foreach ( array( 'the_content', 'the_title', 'wp_title' ) as $filter )
 	add_filter( $filter, 'capital_P_dangit', 11 );
 add_filter( 'comment_text', 'capital_P_dangit', 31 );
 
