Fix indentation

This commit is contained in:
Gerhard Potgieter 2018-01-19 09:57:27 +02:00
parent b495e803e8
commit 8e6afdfdc7
1 changed files with 1 additions and 1 deletions

View File

@ -1449,7 +1449,7 @@ class WC_AJAX {
$ids = $data_store->search_customers( $term, $limit );
}
$found_customers = array();
$found_customers = array();
if ( ! empty( $_GET['exclude'] ) ) {
$ids = array_diff( $ids, (array) $_GET['exclude'] );