Changeset 20944 for trunk/wp-admin/about.php
- Timestamp:
- 05/27/2012 04:25:43 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/about.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/about.php
r20879 r20944 49 49 <div class="changelog"> 50 50 <h3><?php _e( 'Custom Headers' ); ?></h3> 51 51 52 52 <div class="feature-section"> 53 53 <h4><?php _e( 'Flexible Sizes' ); ?></h4> … … 83 83 <h4><?php _e( 'Themes API' ); ?></h4> 84 84 <p><?php _e( 'WP_Theme, wp_get_themes(), wp_get_theme(). Faster, uses less memory, makes use of persistent caching.' ); ?></p> 85 85 86 86 <h4><?php _e( 'Faster Main Query' ); ?></h4> 87 87 <p><?php _e( 'Post query optimized to avoid table scans.' ); ?></p> … … 90 90 <h4><?php _e( 'Custom Header and Background API' ); ?></h4> 91 91 <p><?php _e( 'Custom header and background API relocated into the theme support API.' ); ?></p> 92 92 93 93 <h4><?php _e( 'Faster Translations' ); ?></h4> 94 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> … … 97 97 <h4><?php _e( 'WP_Screen API' ); ?></h4> 98 98 <p><?php _e( 'More methods, more convenience!' ); ?></p> 99 99 100 100 <h4><?php _e( 'External Libraries' ); ?></h4> 101 101 <p><?php _e( 'jQuery, jQuery UI, TinyMCE, Plupload, PHPMailer, SimplePie, and other libraries were updated. jQuery UI Touch Punch was introduced.' ); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.