Making WordPress.org


Ignore:
Timestamp:
03/29/2017 04:20:44 PM (8 years ago)
Author:
obenland
Message:

Plugin Directory: Insert toggle button through JS

KSES doesn't like buttons apparently and this should be a front-end change
anyway.

See #2296, [5166], [5167].

File:
1 edited

Legend:

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

    r5191 r5195  
    6565    if ( is_singular( 'plugin' ) ) {
    6666        wp_enqueue_script( 'wporg-plugins-accordion', get_template_directory_uri() . '/js/section-accordion.js', array(), '20161121', true );
    67         wp_enqueue_script( 'wporg-plugins-faq-accordion', get_template_directory_uri() . '/js/section-faq.js', array(), '20161124', true );
     67        wp_enqueue_script( 'wporg-plugins-faq-accordion', get_template_directory_uri() . '/js/section-faq.js', array(), '20170329', true );
    6868    }
    6969
Note: See TracChangeset for help on using the changeset viewer.