Changeset 19498 for trunk/wp-admin/about.php
- Timestamp:
- 11/30/2011 10:34:16 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/about.php
r19496 r19498 119 119 <div class="last-feature"> 120 120 <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’ve added new widgets since the switch, you’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’ve added new widgets since the switch, you’ll need to rescue them from the Inactive Widgets area.</em>' ); ?></p> 122 122 </div> 123 123 </div> … … 150 150 <div> 151 151 <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> 153 153 </div> 154 154 <div class="last-feature">
Note: See TracChangeset
for help on using the changeset viewer.