Changeset 19349
- Timestamp:
- 11/19/2011 04:18:54 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/about.php
r19311 r19349 62 62 63 63 <div class="changelog"> 64 <h3><?php _e(' For Developers'); ?></h3>64 <h3><?php _e('Under the Hood'); ?></h3> 65 65 66 66 <div class="feature-section"> 67 67 <div class="left-feature"> 68 <h4><?php echo ( ' Performance Enhancements' ); ?></h4>69 <p><?php echo ( ' Add your media by simply dragging and dropping files from your computer into the new WordPress media uploader.' ); ?></p>68 <h4><?php echo ( 'Flexible Permalinks' ); ?></h4> 69 <p><?php echo ( 'You have more freedom when choosing a post permalink structure. Skip the date information or add a category slug with no performance penalty!' ); ?></p> 70 70 </div> 71 71 <div class="right-feature"> 72 <h4><?php echo ( 'API: Settings Improvements' ); ?></h4> 73 <p><?php echo ( 'The WordPress admin now responds and adjusts to more devices and screen resolutions for a better native experience.' ); ?></p> 74 </div> 75 </div> 76 <div class="feature-section"> 77 <div class="left-feature"> 78 <h4><?php echo ( 'More Efficient Updates and Upgrades' ); ?></h4> 79 <p><?php echo ( 'New users get a helping hand. Updates come with this handy summary of what’s new in this version of WordPress.' ); ?></p> 80 </div> 81 <div class="right-feature"> 82 <h4><?php echo ( 'API: Meta Improvements' ); ?></h4> 83 <p><?php echo ( 'Get to the most useful areas of your dashboard form anywhere on your site quicker and easier than ever with a better organized admin bar.' ); ?></p> 72 <h4><?php echo ( 'WP_Screen API' ); ?></h4> 73 <p><?php echo ( 'WordPress admin screens have a nice new API that gives you the ability to create screens with help documentation, settings, and more.' ); ?></p> 84 74 </div> 85 75 </div>
Note: See TracChangeset
for help on using the changeset viewer.