Index: wp-admin/about.php
===================================================================
--- wp-admin/about.php	(revision 20993)
+++ wp-admin/about.php	(working copy)
@@ -96,7 +96,7 @@
 
 	<div class="feature-section three-col">
 		<div>
-			<h4><?php _e( 'Faster WP_Query' ); ?></h4>
+			<h4><?php _e( 'Faster <code>WP_Query</code>' ); ?></h4>
 			<p><?php _e( 'Post queries have been optimized to improve performance, especially for sites with large databases.' ); ?></p>
 
 			<h4><?php _e( 'Faster Translations' ); ?></h4>
@@ -104,7 +104,7 @@
 		</div>
 		<div>
 			<h4><?php _e( 'Themes API' ); ?></h4>
-			<p><?php _e( 'WP_Theme, wp_get_themes(), wp_get_theme(). Faster, uses less memory, makes use of persistent caching.' ); ?></p>
+			<p><?php _e( '<code>WP_Theme</code>, <code>wp_get_themes()</code>, <code>wp_get_theme()</code>. Faster, uses less memory, makes use of persistent caching.' ); ?></p>
 
 			<h4><?php _e( 'Custom Header and Background API' ); ?></h4>
 			<p><?php  _e( 'Custom header and background API relocated into the theme support API.' ); ?></p>
