Making WordPress.org

Changeset 10212

Timestamp:
08/27/2020 04:10:55 AM (4 years ago)
Author:
tellyworth
Message:

Plugin dir: revert r10210.

Seems like it broke block search.

See #5303.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/libs/site-search/jetpack-search.php

    r10210 r10212  
    439439                    'taxonomy.plugin_section.name' => array(
    440440                        'value' => 'block'
    441                     )
    442                 )
    443             );
    444             // Exclude blocks with failing tests.
    445             $es_wp_query_args['filters'][] = array(
    446                 'term' => array(
    447                     'e2e_success' => array(
    448                         'value' => 'true'
    449441                    )
    450442                )
Note: See TracChangeset for help on using the changeset viewer.