Update the About page description of the improvements to the translations loading to more user facing language. Fixes #20742 props vanillalounge.

git-svn-id: https://develop.svn.wordpress.org/trunk@20879 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2012-05-24 16:15:18 +00:00
parent 34e5357ab9
commit a45f8f3763
1 changed files with 2 additions and 2 deletions

View File

@ -90,8 +90,8 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
<h4><?php _e( 'Custom Header and Background API' ); ?></h4>
<p><?php _e( 'Custom header and background API relocated into the theme support API.' ); ?></p>
<h4><?php _e( 'Faster I18N' ); ?></h4>
<p><?php _e( 'The number of strings loaded on the front end was greatly reduced, resulting in faster front page load times for I18N users.' ); ?></p>
<h4><?php _e( 'Faster Translations' ); ?></h4>
<p><?php _e( 'The number of strings loaded on the front end was greatly reduced, resulting in faster front page load times for localized installations.' ); ?></p>
</div>
<div class="last-feature">
<h4><?php _e( 'WP_Screen API' ); ?></h4>