Merge pull request #14527 from franticpsyx/fix-typo-in-wc-ajax-class
[3.0] Fix typo in json_search_downloadable_products_and_variations
This commit is contained in:
commit
28ec6b4d6f
|
@ -1193,7 +1193,7 @@ class WC_AJAX {
|
|||
}
|
||||
|
||||
if ( ! empty( $_GET['include'] ) ) {
|
||||
$ids = array_intersect( $ids, (array) $_GET['exclude'] );
|
||||
$ids = array_intersect( $ids, (array) $_GET['include'] );
|
||||
}
|
||||
|
||||
if ( ! empty( $_GET['limit'] ) ) {
|
||||
|
|
Loading…
Reference in New Issue