Ticket #20837: 20837.3.patch
| File 20837.3.patch, 1.6 KB (added by , 14 years ago) |
|---|
-
wp-admin/about.php
96 96 97 97 <div class="feature-section three-col"> 98 98 <div> 99 <h4><?php _e( 'Faster WP_Query' ); ?></h4>100 <p><?php _e( ' Post queries havebeen optimized to improve performance, especially for sites with large databases.' ); ?></p>99 <h4><?php _e( 'Faster Post Queries' ); ?></h4> 100 <p><?php _e( '<code>WP_Query</code> has been optimized to improve performance, especially for sites with large databases.' ); ?></p> 101 101 102 102 <h4><?php _e( 'Faster Translations' ); ?></h4> 103 103 <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> 104 104 </div> 105 105 <div> 106 106 <h4><?php _e( 'Themes API' ); ?></h4> 107 <p><?php _e( ' WP_Theme, wp_get_themes(), wp_get_theme(). Faster, uses less memory, makes use of persistent caching.' ); ?></p>107 <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> 108 108 109 109 <h4><?php _e( 'Custom Header and Background API' ); ?></h4> 110 <p><?php _e( 'Custom header and background API relocated into the theme support API.' ); ?></p>110 <p><?php _e( 'Custom header and background API relocated into the theme support API.' ); ?></p> 111 111 </div> 112 112 <div class="last-feature"> 113 113 <h4><?php _e( 'XML-RPC API' ); ?></h4>