Make WordPress Core

Changeset 28133


Ignore:
Timestamp:
04/15/2014 08:25:10 AM (12 years ago)
Author:
nacin
Message:

Fix typo on about page.

props helen.
see #27713.

File:
1 edited

Legend:

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

    r28132 r28133  
    118118            <h4><?php _e( 'New Utility Functions' ); ?></h4>
    119119            <p><?php _e( 'Identify a hook in progress with <code>doing_action()</code> and <code>doing_filter()</code>, and manipulate custom image sizes with <code>has_image_size()</code> and <code>remove_image_size()</code>.' ); ?></p>
    120             <p><?php _e( 'Plugins and themes registering custom theme sizes can now register suggested cropping points. For example, prevent heads from being cropped out of photos with a top-center crop.' ); ?></p>
     120            <p><?php _e( 'Plugins and themes registering custom image sizes can now register suggested cropping points. For example, prevent heads from being cropped out of photos with a top-center crop.' ); ?></p>
    121121        </div>
    122122</div>
Note: See TracChangeset for help on using the changeset viewer.