Changeset 11961 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/functions.php
- Timestamp:
- 07/13/2022 03:15:45 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/functions.php
r11817 r11961 59 59 ); 60 60 61 if ( is_post_type_archive( 'wporg_workshop' ) ) { 61 // Temporarily disabling the enhanced dropdowns for workshop filtering, see https://github.com/WordPress/Learn/issues/810 62 63 // phpcs:ignore 64 /* if ( is_post_type_archive( 'wporg_workshop' ) ) { 62 65 wp_enqueue_style( 'select2' ); 63 66 wp_enqueue_script( … … 69 72 ); 70 73 } 74 */ 71 75 72 76 if ( is_post_type_archive( 'course' ) || is_search() ) {
Note: See TracChangeset
for help on using the changeset viewer.