Ticket #20789: 20789-sw.diff
| File 20789-sw.diff, 854 bytes (added by simonwheatley, 12 months ago) |
|---|
-
wp-admin/about.php
81 81 <div class="feature-section three-col"> 82 82 <div> 83 83 <h4><?php _e( 'Faster WP_Query' ); ?></h4> 84 <p><?php _e( 'Post query optimized to avoid table scans .' ); ?></p>84 <p><?php _e( 'Post query optimized to avoid table scans, increasing performance for all sites, particularly those with large databases.' ); ?></p> 85 85 86 86 <h4><?php _e( 'Faster Translations' ); ?></h4> 87 87 <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>
