Changeset 24893
- Timestamp:
- 07/30/2013 03:34:57 PM (12 years ago)
- Location:
- branches/3.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.6
-
branches/3.6/wp-admin/about.php
r24889 r24893 91 91 <div class="feature-section col three-col"> 92 92 <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> 95 95 </div> 96 96 <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> 99 99 </div> 100 100 <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> 103 103 </div> 104 104 </div> … … 106 106 <div class="feature-section col three-col"> 107 107 <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> 110 110 </div> 111 111 <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> 114 114 </div> 115 115 <div class="last-feature"> 116 116 <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> 118 118 </div> 119 119 </div>
Note: See TracChangeset
for help on using the changeset viewer.