Make WordPress Core


Ignore:
Timestamp:
11/30/2011 10:34:16 PM (13 years ago)
Author:
nacin
Message:

Features are packaged by weight, not by volume. These features settled during shipping. fixes #19402.

File:
1 edited

Legend:

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

    r19496 r19498  
    119119        <div class="last-feature">
    120120            <h4><?php _e( 'Widget Improvements' ); ?></h4>
    121             <p><?php _e( 'Changing themes often requires widget re-configuration based on the number and position of sidebars. Now if you change back to a previous theme within a week, the widgets will automatically go back to how you had them arranged in that theme. <em>Note: if you&#8217;ve added new widgets since the switch, you&#8217;ll need to rescue them from the Inactive Widgets area.</em>' ); ?></p>
     121            <p><?php _e( 'Changing themes often requires widget re-configuration based on the number and position of sidebars. Now if you change back to a previous theme, the widgets will automatically go back to how you had them arranged in that theme. <em>Note: if you&#8217;ve added new widgets since the switch, you&#8217;ll need to rescue them from the Inactive Widgets area.</em>' ); ?></p>
    122122        </div>
    123123    </div>
     
    150150        <div>
    151151            <h4><?php _e( 'WP_Screen API' ); ?></h4>
    152             <p><?php _e( 'WordPress admin screens have a nice new API. Create rich screens with help documentation, settings, and more.' ); ?></p>
     152            <p><?php _e( 'WordPress has a nice new API for working with admin screens. Create rich screens, add help documentation, adapt to screen contexts, and more.' ); ?></p>
    153153        </div>
    154154        <div class="last-feature">
Note: See TracChangeset for help on using the changeset viewer.