Fix indentation
This commit is contained in:
parent
b495e803e8
commit
8e6afdfdc7
|
@ -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'] );
|
||||
|
|
Loading…
Reference in New Issue