Ticket #20742: about.php.diff
| File about.php.diff, 833 bytes (added by , 14 years ago) |
|---|
-
about.php
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 <h4><?php _e( 'Faster I18N' ); ?></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 I18N users.' ); ?></p>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 97 <h4><?php _e( 'WP_Screen API' ); ?></h4>