Update the About page description of the improvements to the translations loading to more user facing language. Fixes #20742 props vanillalounge.
git-svn-id: http://core.svn.wordpress.org/trunk@20879 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c727c4ef21
commit
b1dc47cc32
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue