Changeset 6475 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
- Timestamp:
- 01/30/2018 10:13:50 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
r6474 r6475 68 68 69 69 if ( is_singular( 'plugin' ) ) { 70 wp_enqueue_script( 'wporg-plugins-accordion', get_template_directory_uri() . '/js/section-accordion.js', array(), '20161121', true );71 70 wp_enqueue_script( 'wporg-plugins-faq', get_template_directory_uri() . '/js/section-faq.js', array(), '20171218', true ); 72 71 } … … 141 140 'wporg-plugins-locale-banner', 142 141 'wporg-plugins-stats', 143 'wporg-plugins-accordion',144 142 'wporg-plugins-client', 145 143 'wporg-plugins-faq',
Note: See TracChangeset
for help on using the changeset viewer.