Changeset 24901
- Timestamp:
- 07/30/2013 08:27:35 PM (12 years ago)
- File:
-
- 1 edited
-
branches/3.6/wp-admin/about.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.6/wp-admin/about.php
r24899 r24901 115 115 <div class="last-feature"> 116 116 <h4><?php _e( 'External Libraries' ); ?></h4> 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> 117 <p><?php 118 /* translators: placeholders 2, 3 and 4 are version numbers */ 119 printf( __( 'New and updated libraries: <a href="%1$s">MediaElement.js</a>, jQuery %2$s, jQuery UI %3$s, jQuery Migrate, Backbone %4$s.' ), 'http://mediaelementjs.com/', '1.10.2', '1.10.3', '1.0' ); ?></p> 118 120 </div> 119 121 </div>
Note: See TracChangeset
for help on using the changeset viewer.