Making WordPress.org


Ignore:
Timestamp:
07/13/2022 03:15:45 AM (3 years ago)
Author:
adamwood
Message:

Learn: Sync with git WordPress/learn@34992591d62901638ad5adc590b03a25272c2df4

File:
1 edited

Legend:

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

    r11817 r11961  
    5959    );
    6060
    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' ) ) {
    6265        wp_enqueue_style( 'select2' );
    6366        wp_enqueue_script(
     
    6972        );
    7073    }
     74    */
    7175
    7276    if ( is_post_type_archive( 'course' ) || is_search() ) {
Note: See TracChangeset for help on using the changeset viewer.