Make WordPress Core

Changeset 24893


Ignore:
Timestamp:
07/30/2013 03:34:57 PM (12 years ago)
Author:
nacin
Message:

Make remaining about strings translatable. Final tweaks to strings and ordering of "Under the Hood". see #24832.

Merges [24892] to the 3.6 branch.

Location:
branches/3.6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.6

  • branches/3.6/wp-admin/about.php

    r24889 r24893  
    9191    <div class="feature-section col three-col">
    9292        <div>
    93             <h4><?php echo ( 'Shortcode Improvements' ); ?></h4>
    94             <p><?php echo ( 'Search content for shortcodes with <code>has_shortcode()</code> and adjust shortcode attributes with an all new filter.' ); ?></p>
     93            <h4><?php _e( 'Audio/Video API' ); ?></h4>
     94            <p><?php _e( 'The new audio/video APIs give developers access to powerful media metadata, like ID3 tags.' ); ?></p>
    9595        </div>
    9696        <div>
    97             <h4><?php echo ( 'Revision Control' ); ?></h4>
    98             <p><?php echo ( 'Finely-grained revision controls allow you to keep a different number of revisions for each post type.' ); ?></p>
     97            <h4><?php echo _e( 'Semantic Markup' ); ?></h4>
     98            <p><?php echo ( 'Themes can now opt-in to improved HTML5 markup for comment forms, search forms, and comment lists.' ); ?></p>
    9999        </div>
    100100        <div class="last-feature">
    101             <h4><?php echo ( 'Audio/Video API' ); ?></h4>
    102             <p><?php echo ( 'The new audio/video APIs give developers access to powerful media metadata.' ); ?></p>
     101            <h4><?php _e( 'JavaScript Utilities' ); ?></h4>
     102            <p><?php _e( 'Handy JavaScript utilities ease common tasks like Ajax requests, templating, and Backbone view management.' ); ?></p>
    103103        </div>
    104104    </div>
     
    106106    <div class="feature-section col three-col">
    107107        <div>
    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>
     108            <h4><?php _e( 'Shortcode Improvements' ); ?></h4>
     109            <p><?php _e( 'Search content for shortcodes with <code>has_shortcode()</code> and adjust shortcode attributes with a new filter.' ); ?></p>
    110110        </div>
    111111        <div>
    112             <h4><?php echo ( 'JS Utilities' ); ?></h4>
    113             <p><?php echo ( 'Handy JavaScript utilities ease common tasks like Ajax requests, templating, and Backbone view management.' ); ?></p>
     112            <h4><?php _e( 'Revision Control' ); ?></h4>
     113            <p><?php _e( 'Fine-grained revision controls allow you to keep a different number of revisions for each post type.' ); ?></p>
    114114        </div>
    115115        <div class="last-feature">
    116116            <h4><?php _e( 'External Libraries' ); ?></h4>
    117             <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 _e( 'New and updated libraries: <a href="%s">MediaElement.js</a>, jQuery 1.10, jQuery UI 1.10.3, jQuery Migrate, Backbone 1.0.' ); ?></p>
    118118        </div>
    119119    </div>
Note: See TracChangeset for help on using the changeset viewer.