Making WordPress.org


Ignore:
Timestamp:
01/30/2018 10:13:50 PM (7 years ago)
Author:
obenland
Message:

Plugins: Remove remaining read-more links.

Props SergeyBiryukov.
Fixes #3032.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php

    r6474 r6475  
    6868
    6969    if ( is_singular( 'plugin' ) ) {
    70         wp_enqueue_script( 'wporg-plugins-accordion', get_template_directory_uri() . '/js/section-accordion.js', array(), '20161121', true );
    7170        wp_enqueue_script( 'wporg-plugins-faq', get_template_directory_uri() . '/js/section-faq.js', array(), '20171218', true );
    7271    }
     
    141140        'wporg-plugins-locale-banner',
    142141        'wporg-plugins-stats',
    143         'wporg-plugins-accordion',
    144142        'wporg-plugins-client',
    145143        'wporg-plugins-faq',
Note: See TracChangeset for help on using the changeset viewer.