Ticket #20423: 20423.minor-typos.diff
File 20423.minor-typos.diff, 2.3 KB (added by , 13 years ago) |
---|
-
wp-admin/about.php
39 39 <div class="feature-section images-stagger-right"> 40 40 <img src="<?php echo esc_url( admin_url( 'images/screenshots/theme-customizer.png' ) ); ?>" class="image-50" /> 41 41 <h4><?php _e( 'Try on New Themes' ); ?></h4> 42 <p><?php _e( 'Gone are the days of rushing to update your header, background, and the like as soon as you activate a new theme. You can now customize these options <strong>before</strong> activating a new theme. Note: This feature is available for installed themes only.' ); ?></p>42 <p><?php _e( 'Gone are the days of rushing to update your header, background, and the like as soon as you activate a new theme. You can now customize these options <strong>before</strong> activating a new theme. Note: this feature is available for installed themes only.' ); ?></p> 43 43 44 44 <h4><?php _e( 'Customize Current Theme' ); ?></h4> 45 45 <p><?php _e( 'Satisfy your curiosity and try on a fresh coat of paint — you can also use the live preview mode to customize your current theme. Look for the Customize link on the Themes screen.' ); ?></p> … … 81 81 <div class="feature-section three-col"> 82 82 <div> 83 83 <h4><?php _e( 'Themes API' ); ?></h4> 84 <p><?php _e( 'WP_Theme, wp_get_themes(), wp_get_theme(). Faster, uses less memory, make usesof persistent caching.' ); ?></p>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> … … 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 I18N' ); ?></h4> 94 <p><?php _e( 'The number of strings loaded on the front end w eregreatly reduced, resulting in faster front page load times for I18N users.' ); ?></p>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> 95 95 </div> 96 96 <div class="last-feature"> 97 97 <h4><?php _e( 'WP_Screen API' ); ?></h4>