Make WordPress Core


Ignore:
Timestamp:
07/30/2013 06:34:38 AM (10 years ago)
Author:
markjaquith
Message:

Improve the 3.6 about page "Under the Hood" copy.

Props markjaquith, aaroncampbell. See #24832 for 3.6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.6/wp-admin/about.php

    r24802 r24889  
    5555        <p><?php _e( 'It&#8217;s easy to compare two revisions from any point in time, and to restore a revision and go back to writing. Now you can be confident that no mistake is permanent.' ); ?></p>
    5656
    57        
     57
    5858
    5959
    6060    </div>
    61    
     61
    6262    <div class="feature-section col two-col">
    6363        <div>
     
    7070        </div>
    7171    </div>
    72    
    7372</div>
    7473
     
    9392        <div>
    9493            <h4><?php echo ( 'Shortcode Improvements' ); ?></h4>
    95             <p><?php echo ( 'New shortcode utility functions and shortcode_atts_$shortcode filter' ); ?></p>
     94            <p><?php echo ( 'Search content for shortcodes with <code>has_shortcode()</code> and adjust shortcode attributes with an all new filter.' ); ?></p>
    9695        </div>
    9796        <div>
    9897            <h4><?php echo ( 'Revision Control' ); ?></h4>
    99             <p><?php echo ( 'New fine-grained revision controls (wp_revisions_to_keep(), etc.  — filters instead of constants)' ); ?></p>
     98            <p><?php echo ( 'Finely-grained revision controls allow you to keep a different number of revisions for each post type.' ); ?></p>
    10099        </div>
    101100        <div class="last-feature">
    102101            <h4><?php echo ( 'Audio/Video API' ); ?></h4>
    103             <p><?php echo ( 'New audio/video API, including access to file metadata' ); ?></p>
     102            <p><?php echo ( 'The new audio/video APIs give developers access to powerful media metadata.' ); ?></p>
    104103        </div>
    105104    </div>
     
    107106    <div class="feature-section col three-col">
    108107        <div>
    109             <h4><?php echo ( 'Markup Updates' ); ?></h4>
    110             <p><?php echo ( 'Improved markup for comment forms, search forms, and comment lists, including HTML5 markup support' ); ?></p>
     108            <h4><?php echo ( 'Semantic Markup' ); ?></h4>
     109            <p><?php echo ( 'Improved markup for comment forms, search forms, and comment lists, including support for HTML5 markup.' ); ?></p>
    111110        </div>
    112111        <div>
    113112            <h4><?php echo ( 'JS Utilities' ); ?></h4>
    114             <p><?php echo ( 'Handy JavaScript utilities for things like Ajax, templating, and Backbone view management' ); ?></p>
     113            <p><?php echo ( 'Handy JavaScript utilities ease common tasks like Ajax requests, templating, and Backbone view management.' ); ?></p>
    115114        </div>
    116115        <div class="last-feature">
    117116            <h4><?php _e( 'External Libraries' ); ?></h4>
    118             <p><?php echo ( 'New and updated libraries: MediaElement.js, jQuery 1.10, jQuery UI 1.10.3, jQuery Migrate, Backbone 1.0' ); ?></p>
     117            <p><?php echo ( 'New and updated libraries: MediaElement.js, jQuery 1.10, jQuery UI 1.10.3, jQuery Migrate, Backbone 1.0.' ); ?></p>
    119118        </div>
    120119    </div>
Note: See TracChangeset for help on using the changeset viewer.