Make WordPress Core

Changeset 20855


Ignore:
Timestamp:
05/23/2012 08:36:46 PM (13 years ago)
Author:
duck_
Message:

Fix minor typos in about.php. See #20423.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/about.php

    r20849 r20855  
    4040        <img src="<?php echo esc_url( admin_url( 'images/screenshots/theme-customizer.png' ) ); ?>" class="image-50" />
    4141        <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>
    4343
    4444        <h4><?php _e( 'Customize Current Theme' ); ?></h4>
     
    8282        <div>
    8383            <h4><?php _e( 'Themes API' ); ?></h4>
    84             <p><?php _e( 'WP_Theme, wp_get_themes(), wp_get_theme(). Faster, uses less memory, make uses of 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>
    8585           
    8686            <h4><?php _e( 'Faster Main Query' ); ?></h4>
     
    9292           
    9393            <h4><?php _e( 'Faster I18N' ); ?></h4>
    94             <p><?php _e( 'The number of strings loaded on the front end were greatly 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>
    9595        </div>
    9696        <div class="last-feature">
Note: See TracChangeset for help on using the changeset viewer.