Making WordPress.org

Changeset 8131


Ignore:
Timestamp:
01/23/2019 09:25:31 PM (6 years ago)
Author:
SergeyBiryukov
Message:

WordPress.org Main Theme: Features: Remove "The Latest Libraries" section.

Missed in [8129].

Props joostdevalk.
See #4095.

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  
    242242                            ?>
    243243                        </li>
    244                         <li><strong><?php echo esc_html_x( 'The Latest Libraries', 'Features page: Section Header', 'wporg' ); ?></strong><br>
    245                             <?php
    246                             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&#8217;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>
    253244                    </ul>
    254245                </section>
Note: See TracChangeset for help on using the changeset viewer.