Changeset 8131
- Timestamp:
- 01/23/2019 09:25:31 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-features.php
r8129 r8131 242 242 ?> 243 243 </li> 244 <li><strong><?php echo esc_html_x( 'The Latest Libraries', 'Features page: Section Header', 'wporg' ); ?></strong><br>245 <?php246 printf(247 /* translators: %s: Link to Developer Handbook page about default scripts */248 wp_kses_post( __( 'WordPress comes with the <a href="%s">latest script libraries</a> for you to make use of. These include jQuery, Plupload, Underscore.js and Backbone.js. We’re always on the lookout for new tools that developers can use to make a better experience for our users.', 'wporg' ) ),249 esc_url( 'https://developer.wordpress.org/reference/functions/wp_enqueue_script/#default-scripts-included-and-registered-by-wordpress' )250 );251 ?>252 </li>253 244 </ul> 254 245 </section>
Note: See TracChangeset
for help on using the changeset viewer.