Changeset 20947
- Timestamp:
- 05/27/2012 04:46:44 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/about.php
r20944 r20947 81 81 <div class="feature-section three-col"> 82 82 <div> 83 <h4><?php _e( 'Faster WP_Query' ); ?></h4> 84 <p><?php _e( 'Post query optimized to avoid table scans.' ); ?></p> 85 86 <h4><?php _e( 'Faster Translations' ); ?></h4> 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> 88 </div> 89 <div> 83 90 <h4><?php _e( 'Themes API' ); ?></h4> 84 91 <p><?php _e( 'WP_Theme, wp_get_themes(), wp_get_theme(). Faster, uses less memory, makes use of persistent caching.' ); ?></p> 85 92 86 <h4><?php _e( 'Faster Main Query' ); ?></h4>87 <p><?php _e( 'Post query optimized to avoid table scans.' ); ?></p>88 </div>89 <div>90 93 <h4><?php _e( 'Custom Header and Background API' ); ?></h4> 91 94 <p><?php _e( 'Custom header and background API relocated into the theme support API.' ); ?></p> 92 93 <h4><?php _e( 'Faster Translations' ); ?></h4>94 <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>95 95 </div> 96 96 <div class="last-feature"> 97 <h4><?php _e( ' WP_ScreenAPI' ); ?></h4>98 <p><?php _e( 'More methods, more convenience!'); ?></p>97 <h4><?php _e( 'XML-RPC API' ); ?></h4> 98 <p><?php printf( __( 'A new <a href="%s">WordPress API</a> that supports custom content types and taxonomies, as well as dozens of other bug fixes and improvements.' ), __( 'http://codex.wordpress.org/XML-RPC_WordPress_API' ) ); ?></p> 99 99 100 100 <h4><?php _e( 'External Libraries' ); ?></h4>
Note: See TracChangeset
for help on using the changeset viewer.