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:
Claudiu Lodromanean 2017-04-19 10:14:42 -07:00 committed by GitHub
commit 28ec6b4d6f
1 changed files with 1 additions and 1 deletions

View File

@ -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'] ) ) {