Better description for 'Faster WP_Query'. Props simonwheatley. fixes #20789

git-svn-id: https://develop.svn.wordpress.org/trunk@20959 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2012-05-30 19:12:45 +00:00
parent 4cc837fc71
commit 22287937ce
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
<div class="feature-section three-col">
<div>
<h4><?php _e( 'Faster WP_Query' ); ?></h4>
<p><?php _e( 'Post query optimized to avoid table scans.' ); ?></p>
<p><?php _e( 'Post queries have been optimized to improve performance, especially for sites with large databases.' ); ?></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.' ); ?> <?php _e( 'Also, better support for East Asian languages, right-to-left languages, theme translations, and more.' ); ?></p>