Changeset 24899
- Timestamp:
- 07/30/2013 07:41:56 PM (13 years ago)
- File:
-
- 1 edited
-
branches/3.6/wp-admin/about.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.6/wp-admin/about.php
r24897 r24899 95 95 </div> 96 96 <div> 97 <h4><?php echo_e( 'Semantic Markup' ); ?></h4>98 <p><?php echo _e( 'Themes can now opt intoimproved HTML5 markup for comment forms, search forms, and comment lists.' ); ?></p>97 <h4><?php _e( 'Semantic Markup' ); ?></h4> 98 <p><?php _e( 'Themes can now choose improved HTML5 markup for comment forms, search forms, and comment lists.' ); ?></p> 99 99 </div> 100 100 <div class="last-feature"> … … 115 115 <div class="last-feature"> 116 116 <h4><?php _e( 'External Libraries' ); ?></h4> 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>117 <p><?php printf( __( 'New and updated libraries: <a href="%s">MediaElement.js</a>, jQuery 1.10, jQuery UI 1.10.3, jQuery Migrate, Backbone 1.0.' ), 'http://mediaelementjs.com/' ); ?></p> 118 118 </div> 119 119 </div>
Note: See TracChangeset
for help on using the changeset viewer.