Ticket #20837: 20837.2.patch
| File 20837.2.patch, 1.1 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>99 <h4><?php _e( 'Faster <code>WP_Query</code>' ); ?></h4> 100 100 <p><?php _e( 'Post queries have been optimized to improve performance, especially for sites with large databases.' ); ?></p> 101 101 102 102 <h4><?php _e( 'Faster Translations' ); ?></h4> … … 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 110 <p><?php _e( 'Custom header and background API relocated into the theme support API.' ); ?></p>