Make WordPress Core

Changeset 19349


Ignore:
Timestamp:
11/19/2011 04:18:54 AM (13 years ago)
Author:
markjaquith
Message:

Start documenting under the hood features for WordPress 3.3. see #11651

File:
1 edited

Legend:

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

    r19311 r19349  
    6262
    6363<div class="changelog">
    64     <h3><?php _e('For Developers'); ?></h3>
     64    <h3><?php _e('Under the Hood'); ?></h3>
    6565
    6666    <div class="feature-section">
    6767        <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>
    7070        </div>
    7171        <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&#8217;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>
    8474        </div>
    8575    </div>
Note: See TracChangeset for help on using the changeset viewer.